|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockManager | |
org.codehaus.wadi.dindex | |
org.codehaus.wadi.dindex.impl | |
org.codehaus.wadi.gridstate | |
org.codehaus.wadi.gridstate.impl |
Uses of LockManager in org.codehaus.wadi.dindex |
Methods in org.codehaus.wadi.dindex that return LockManager | |
LockManager |
PartitionConfig.getPMSyncs()
|
Uses of LockManager in org.codehaus.wadi.dindex.impl |
Fields in org.codehaus.wadi.dindex.impl declared as LockManager | |
protected LockManager |
SimplePartitionManager._pmSyncs
|
Methods in org.codehaus.wadi.dindex.impl that return LockManager | |
LockManager |
SimplePartitionManager.getPMSyncs()
|
Uses of LockManager in org.codehaus.wadi.gridstate |
Methods in org.codehaus.wadi.gridstate that return LockManager | |
LockManager |
StateManagerConfig.getPMSyncs()
|
LockManager |
StateManagerConfig.getSMSyncs()
|
Uses of LockManager in org.codehaus.wadi.gridstate.impl |
Classes in org.codehaus.wadi.gridstate.impl that implement LockManager | |
class |
HybridLockManager
A LockManager which allows you to store the lock that corresponds to an Object in that Object. |
class |
SmartLockManager
Creates, reuses and destroys, on-the-fly, a lock for a given Key. |
class |
StupidLockManager
Creates and reuses, on-the-fly, a lock for a given Key, but will never destroy the lock - temporary solution... |
Fields in org.codehaus.wadi.gridstate.impl declared as LockManager | |
protected LockManager |
GCache._pmSyncs
|
protected LockManager |
GCache._smSyncs
|
Methods in org.codehaus.wadi.gridstate.impl that return LockManager | |
LockManager |
GCache.getPMSyncs()
|
LockManager |
GCache.getSMSyncs()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |