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 boolean
expired(long expiryTime, long lockTimeSpan)
String
getLockedBy()
String
getLockKey()
long
getLockTime()
boolean
ownedBy(String ownerId)
void
setLockTime(long lockedTime)
-