Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jboss.ejb.plugins.lock

Package description goes here.

See:
          Description

Class Summary
BeanLockSupport Support for the BeanLock
Entrancy This type safe enumeration s used to mark an invocation as non-entrant.
JDBCOptimisticLock This class is an optmistic lock implementation.
MethodOnlyEJBLock This class has been deprecated.
NoLock No locking what-so-ever Holds all locks for entity beans, not used for stateful.
NonReentrantLock 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 This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue.
QueuedPessimisticEJBLockNoADE A subclass of QueuedPessimisticEJBLock that disables the deadlock detection of QueuedPessimisticEJBLock.
SimpleReadWriteEJBLock This lock allows multiple read locks concurrently.
SimpleReadWriteEJBLock.ReadLockReliever  
 

Exception Summary
ApplicationDeadlockException This exception class is thrown when application deadlock is detected when trying to lock an entity bean This is probably NOT a result of a jboss bug, but rather that the application is access the same entity beans within 2 different transaction in a different order.
NonReentrantLock.ReentranceException  
 

Package org.jboss.ejb.plugins.lock Description

Package description goes here.

Package Specification

Related Documentation

Package Status