Uses of Class
org.apache.commons.transaction.locking.AbstractLockManager.KeyEntry

Packages that use AbstractLockManager.KeyEntry
org.apache.commons.transaction.locking Locking: Central package for locking related stuff. 
 

Uses of AbstractLockManager.KeyEntry in org.apache.commons.transaction.locking
 

Fields in org.apache.commons.transaction.locking with type parameters of type AbstractLockManager.KeyEntry
protected  ConcurrentHashMap<AbstractLockManager.KeyEntry<K,M>,ReentrantLock> SimpleLockManager.allLocks
           
protected  ConcurrentHashMap<AbstractLockManager.KeyEntry<K,M>,ResourceRWLock> RWLockManager.allLocks
           
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.