Class EJBReadWriteLock.ReadLock

java.lang.Object
org.jboss.as.ejb3.component.singleton.EJBReadWriteLock.ReadLock
All Implemented Interfaces:
Serializable, Lock
Enclosing class:
EJBReadWriteLock

public class EJBReadWriteLock.ReadLock extends Object implements Lock, Serializable
A read lock which increments/decrements the count of read locks held by the thread and delegates the locking calls to the EJBReadWriteLock.delegate
Version:
$Revision: $
Author:
Jaikiran Pai
See Also: