|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockType | |
---|---|
com.caucho.config.gen | |
com.caucho.ejb.cfg | |
javax.ejb |
Uses of LockType in com.caucho.config.gen |
---|
Methods in com.caucho.config.gen that return LockType | |
---|---|
LockType |
LockingAttributeLiteral.value()
|
Constructors in com.caucho.config.gen with parameters of type LockType | |
---|---|
LockGenerator(LockFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next,
LockType lockType,
long lockTimeout,
java.util.concurrent.TimeUnit lockTimeoutUnit)
|
|
LockingAttributeLiteral(LockType type)
|
Uses of LockType in com.caucho.ejb.cfg |
---|
Methods in com.caucho.ejb.cfg that return LockType | |
---|---|
LockType |
LockLiteral.value()
|
Uses of LockType in javax.ejb |
---|
Methods in javax.ejb that return LockType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |