Class EJBReadWriteLock

java.lang.Object
org.jboss.as.ejb3.component.singleton.EJBReadWriteLock
All Implemented Interfaces:
Serializable, ReadWriteLock

public class EJBReadWriteLock extends Object implements ReadWriteLock, Serializable
An implementation of ReadWriteLock which throws an IllegalLoopbackException when a thread holding a read lock tries to obtain a write lock.
Version:
$Revision: $
Author:
Carlo de Wolf
See Also: