org.eclipse.equinox.log.internal
Class BasicReadWriteLock

java.lang.Object
  extended by org.eclipse.equinox.log.internal.BasicReadWriteLock

public class BasicReadWriteLock
extends Object


Constructor Summary
BasicReadWriteLock()
           
 
Method Summary
 int readLock()
           
 void readUnlock()
           
 void writeLock()
           
 void writeUnlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicReadWriteLock

public BasicReadWriteLock()
Method Detail

readLock

public int readLock()

readUnlock

public void readUnlock()

writeLock

public void writeLock()

writeUnlock

public void writeUnlock()


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.