Package org.openl.rules.lock
Class LockManager
- java.lang.Object
-
- org.openl.rules.lock.LockManager
-
public class LockManager extends Object
Manages lock objects in the defined location. Usually, one lock manager is responsible for one category of resource.- Author:
- Yury Molchan
-
-
Constructor Summary
Constructors Constructor Description LockManager(Path locksLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LockgetLock(String lockId)Creates a lock object for the given ID.
-