Uses of Interface
org.apache.geronimo.lock.InstanceLock

Packages that use InstanceLock
org.apache.geronimo.lock   
 

Uses of InstanceLock in org.apache.geronimo.lock
 

Classes in org.apache.geronimo.lock that implement InstanceLock
 class ConcurrentInstanceLock
          Implementation based on the use of the util.concurrent package from Doug Lea.
 class WriterPreferredInstanceLock
          Implementation of InstanceLock using a simple prefer-writer allocation policy.
 class WriterPreferredInstanceLock2
          Implementation of InstanceLock using a simple prefer-writer allocation policy.
 class WriterPreferredInstanceLock3
          Implementation of InstanceLock using a simple prefer-writer allocation policy.
 

Methods in org.apache.geronimo.lock that return InstanceLock
 InstanceLock LockDomain.getLock(Object key)
           
 

Methods in org.apache.geronimo.lock with parameters of type InstanceLock
protected  void LockContext.sharedLock(InstanceLock lock)
           
protected  void LockContext.exclusiveLock(InstanceLock lock)
           
protected  void LockContext.releaseLock(InstanceLock lock)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.