Package ontopoly
Class LockManager.Lock
- java.lang.Object
-
- ontopoly.LockManager.Lock
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LockManager
public static class LockManager.Lock extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexpired(long expiryTime, long lockTimeSpan)StringgetLockedBy()StringgetLockKey()longgetLockTime()booleanownedBy(String ownerId)voidsetLockTime(long lockedTime)
-