| Package | Description |
|---|---|
| tecgraf.javautils.concurrent.locks |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 © 2016 Tecgraf/PUC-Rio. All rights reserved.