org.jboss.cache.lock
Class SimpleReadWriteLock

java.lang.Object
  extended by java.util.concurrent.locks.ReentrantReadWriteLock
      extended by org.jboss.cache.lock.SimpleReadWriteLock
All Implemented Interfaces:
Serializable, ReadWriteLock

public class SimpleReadWriteLock
extends ReentrantReadWriteLock

Version:
$Id: SimpleReadWriteLock.java 3152 2006-12-11 21:14:35Z genman $
Author:
Bela Ban
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.concurrent.locks.ReentrantReadWriteLock
ReentrantReadWriteLock.ReadLock, ReentrantReadWriteLock.WriteLock
 
Constructor Summary
SimpleReadWriteLock()
           
 
Method Summary
 
Methods inherited from class java.util.concurrent.locks.ReentrantReadWriteLock
getOwner, getQueuedReaderThreads, getQueuedThreads, getQueuedWriterThreads, getQueueLength, getReadLockCount, getWaitingThreads, getWaitQueueLength, getWriteHoldCount, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isWriteLocked, isWriteLockedByCurrentThread, readLock, toString, writeLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleReadWriteLock

public SimpleReadWriteLock()


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.