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

Quick Search    Search Deep

Uses of Package
org.jboss.ejb.plugins.lock

Classes in org.jboss.ejb.plugins.lock used by org.jboss.ejb.plugins.lock
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.
BeanLockSupport
          Support for the BeanLock
Entrancy
          This type safe enumeration s used to mark an invocation as non-entrant.
NoLock
          No locking what-so-ever Holds all locks for entity beans, not used for stateful.
NonReentrantLock.ReentranceException
           
QueuedPessimisticEJBLock
          This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue.
QueuedPessimisticEJBLock.TxLock
           
SimpleReadWriteEJBLock
          This lock allows multiple read locks concurrently.
SimpleReadWriteEJBLock.ReadLockReliever