Package org.openl.rules.lock
Class Lock
- java.lang.Object
-
- org.openl.rules.lock.Lock
-
public class Lock extends Object
Shareable, file based locking system.- Author:
- Yury Molchan
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanforceLock(String lockedBy, long timeToLive, TimeUnit unit)voidforceUnlock()LockInfoinfo()booleantryLock(String lockedBy)booleantryLock(String lockedBy, long time, TimeUnit unit)voidunlock()
-