|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
BeanLockSupport (src) | Support for the BeanLock |
Entrancy (src) | This type safe enumeration s used to mark an invocation as non-entrant. |
JDBCOptimisticLock (src) | This class is an optmistic lock implementation. |
MethodOnlyEJBLock (src) | This class has been deprecated. |
NoLock (src) | No locking what-so-ever Holds all locks for entity beans, not used for stateful. |
NonReentrantLock (src) | Implementents a non reentrant lock with deadlock detection It will throw a ReentranceException if the same thread tries to acquire twice or the same transaction tries to acquire twice |
QueuedPessimisticEJBLock (src) | This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue. |
QueuedPessimisticEJBLockNoADE (src) | A subclass of QueuedPessimisticEJBLock that disables the deadlock detection of QueuedPessimisticEJBLock. |
SimpleReadWriteEJBLock (src) | This lock allows multiple read locks concurrently. |
Exception Summary | |
NonReentrantLock.ReentranceException (src) |
Package description goes here.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |