net.liftweb.util.ConcurrentLock

class ConcurrentLock

class ConcurrentLock

 extends ReentrantReadWriteLock with ScalaObject




Source: ConcurrentLock.scala(22)

 Constructors

def this

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
getOwner.. protected def getOwner Thread ReentrantReadWriteLock
getQueueLength.. final def getQueueLength Int ReentrantReadWriteLock
getQueuedReaderThreads.. protected def getQueuedReaderThreads Collection[Thread] ReentrantReadWriteLock
getQueuedThreads.. protected def getQueuedThreads Collection[Thread] ReentrantReadWriteLock
getQueuedWriterThreads.. protected def getQueuedWriterThreads Collection[Thread] ReentrantReadWriteLock
getReadHoldCount.. def getReadHoldCount Int ReentrantReadWriteLock
getReadLockCount.. def getReadLockCount Int ReentrantReadWriteLock
getWaitQueueLength.. def getWaitQueueLength(arg0 : Condition) Int ReentrantReadWriteLock
getWaitingThreads.. protected def getWaitingThreads(arg0 : Condition) Collection[Thread] ReentrantReadWriteLock
getWriteHoldCount.. def getWriteHoldCount Int ReentrantReadWriteLock
hasQueuedThread.. final def hasQueuedThread(arg0 : Thread) Boolean ReentrantReadWriteLock
hasQueuedThreads.. final def hasQueuedThreads Boolean ReentrantReadWriteLock
hasWaiters.. def hasWaiters(arg0 : Condition) Boolean ReentrantReadWriteLock
hashCode.. def hashCode Int AnyRef
isFair.. final def isFair Boolean ReentrantReadWriteLock
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
isWriteLocked.. def isWriteLocked Boolean ReentrantReadWriteLock
isWriteLockedByCurrentThread.. def isWriteLockedByCurrentThread Boolean ReentrantReadWriteLock
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
read.. def read[T](f : => T) T
readLock.. def readLock ReadLock ReentrantReadWriteLock
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String ReentrantReadWriteLock
upgrade.. def upgrade[T](f : => T) T
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
write.. def write[T](f : => T) T
writeLock.. def writeLock WriteLock ReentrantReadWriteLock
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.