|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanLock | |
org.jboss.ejb | Package description goes here. |
org.jboss.ejb.plugins | Package description goes here. |
org.jboss.ejb.plugins.lock | Package description goes here. |
Uses of BeanLock in org.jboss.ejb |
Subinterfaces of BeanLock in org.jboss.ejb | |
interface |
BeanLockExt
An extension of the BeanLock interface that adds support for non-blocking acquisition of a lock. |
Methods in org.jboss.ejb that return BeanLock | |
BeanLock |
BeanLockManager.getLock(Object id)
returns the lock associated with the key passed. |
Uses of BeanLock in org.jboss.ejb.plugins |
Fields in org.jboss.ejb.plugins declared as BeanLock | |
protected BeanLock |
EntitySynchronizationInterceptor.InstanceSynchronization.lock
The context lock |
Methods in org.jboss.ejb.plugins with parameters of type BeanLock | |
protected void |
StatefulSessionInstanceInterceptor.register(EnterpriseContext ctx,
Transaction tx,
BeanLock lock)
|
Uses of BeanLock in org.jboss.ejb.plugins.lock |
Classes in org.jboss.ejb.plugins.lock that implement BeanLock | |
class |
BeanLockSupport
Support for the BeanLock |
class |
JDBCOptimisticLock
This class is an optmistic lock implementation. |
class |
MethodOnlyEJBLock
This class has been deprecated. |
class |
NoLock
No locking what-so-ever Holds all locks for entity beans, not used for stateful. |
class |
QueuedPessimisticEJBLock
This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue. |
class |
QueuedPessimisticEJBLockNoADE
A subclass of QueuedPessimisticEJBLock that disables the deadlock detection of QueuedPessimisticEJBLock. |
class |
SimpleReadWriteEJBLock
This lock allows multiple read locks concurrently. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |