Uses of Class
tecgraf.javautils.concurrent.locks.LockManager.ManagerType

Packages that use LockManager.ManagerType
tecgraf.javautils.concurrent.locks   
 

Uses of LockManager.ManagerType in tecgraf.javautils.concurrent.locks
 

Methods in tecgraf.javautils.concurrent.locks that return LockManager.ManagerType
 LockManager.ManagerType LockManager.getManagerType()
          Retorna o tipo de gerenciador
static LockManager.ManagerType LockManager.ManagerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockManager.ManagerType[] LockManager.ManagerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in tecgraf.javautils.concurrent.locks with parameters of type LockManager.ManagerType
LockManager(LockManager.ManagerType managerType)
          Constrói o gerenciador de locks informando o tipo do gerenciador
LockManager(LockManager.ManagerType managerType, Logger logger)
          Constrói o gerenciador de locks que informa o tipo do gerenciador
 



Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.