| Package | Description |
|---|---|
| net.bolbat.kit.vo |
Common value objects.
|
| Modifier and Type | Field and Description |
|---|---|
static LockingState |
LockingState.DEFAULT
Default state.
|
| Modifier and Type | Method and Description |
|---|---|
LockingState |
Locking.getLockingState()
Get
LockingState. |
LockingState |
LockingVO.getLockingState() |
static LockingState |
LockingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockingState[] |
LockingState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LockingReadException(LockingState state)
Public constructor.
|
LockingWriteException(LockingState state)
Public constructor.
|
Copyright © 2013–2019 BB Corp. All rights reserved.