org.jgroups.blocks
Class DistributedLockManager.AcquireLockDecree
- DistributedLockManager
- Serializable
public static class DistributedLockManager.AcquireLockDecree
This class represents the lock to be released.
boolean | isValid() - Lock aquire decree is valid for a
ACQUIRE_EXPIRATION
time after creation and if the lock is still valid (in the
future locks will be leased for a predefined period of time).
|
isValid
public boolean isValid()
Lock aquire decree is valid for a ACQUIRE_EXPIRATION
time after creation and if the lock is still valid (in the
future locks will be leased for a predefined period of time).
- isValid in interface DistributedLockManager.LockDecree
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.