Package | Description |
---|---|
com.caucho.config.gen | |
com.caucho.ejb.cfg | |
javax.ejb |
Modifier and Type | Method and Description |
---|---|
LockType |
LockingAttributeLiteral.value() |
Constructor and Description |
---|
LockGenerator(LockFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next,
LockType lockType,
long lockTimeout,
java.util.concurrent.TimeUnit lockTimeoutUnit) |
LockingAttributeLiteral(LockType type) |
Modifier and Type | Method and Description |
---|---|
LockType |
LockLiteral.value() |
Modifier and Type | Method and Description |
---|---|
static LockType |
LockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LockType[] |
LockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|