Package org.jboss.ejb.plugins.lock

Package description goes here.

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 org.jboss.ejb.plugins.lock Description

Package description goes here.

Package Specification

Related Documentation

Package Status