org.jgroups.blocks
public static class DistributedLockManager.LockDecree extends Object implements Serializable
Field Summary | |
---|---|
protected boolean | commited |
protected Object | lockId |
protected Object | managerId |
protected Object | requester |
Method Summary | |
---|---|
void | commit() |
boolean | equals(Object other) |
Object | getKey()
Returns the key that should be used for Map lookup. |
int | hashCode()
This is hashcode from the java.lang.Long class. |
boolean | isMultipleLocked() |
boolean | isValid()
This is a place-holder for future lock expiration code. |
void | setMultipleLocked(boolean multipleLocked) |
Returns: Returns the multipleLocked.
Parameters: multipleLocked The multipleLocked to set.