Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jboss.ejb.plugins.lock Classes and Interfaces - 10 results found.
| Name | Description | Type | Package | Framework |
| BeanLockSupport | Support for the BeanLockVersion:$Revision: 1. | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| Entrancy | This type safe enumeration s used to mark an invocation as non-entrant. | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| JDBCOptimisticLock | This class is an optmistic lock implementation. | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| MethodOnlyEJBLock | This class has been deprecated. | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| NoLock | No locking what-so-ever Holds all locks for entity beans, not used for stateful. | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| NonReentrantLock | It will throw a ReentranceException if the same thread tries to acquire twice or the same transaction tries to acquire twice | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| NonReentrantLock .ReentranceException | See Also:Serialized FormConstructor SummaryNonReentrantLock. | Class | org.jboss.ejb.plugins.lock.NonReentrantLock | JBoss Server |
|
| QueuedPessimisticEJBLock | This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue. | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| QueuedPessimisticEJBLockNoADE | A subclass of QueuedPessimisticEJBLock that disables the deadlock detection of QueuedPessimisticEJBLock. | Class | org.jboss.ejb.plugins.lock | JBoss Server |
|
| SimpleReadWriteEJBLock | This lock allows multiple read locks concurrently. | Class | org.jboss.ejb.plugins.lock | JBoss Server |