org.mule.util.lock
Class ServerLock.LockEntry

java.lang.Object
  extended by org.mule.util.lock.ServerLock.LockEntry
Enclosing class:
ServerLock<T>

public static class ServerLock.LockEntry
extends Object


Constructor Summary
ServerLock.LockEntry()
           
 
Method Summary
 void decrementLockCount()
           
 boolean hasPendingLocks()
           
 void incrementLockCount()
           
 void lock()
           
 void unlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerLock.LockEntry

public ServerLock.LockEntry()
Method Detail

lock

public void lock()

incrementLockCount

public void incrementLockCount()

decrementLockCount

public void decrementLockCount()

unlock

public void unlock()

hasPendingLocks

public boolean hasPendingLocks()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.