com.deftlabs.lock.mongo
Class DistributedLockSvcFactory
java.lang.Object
com.deftlabs.lock.mongo.DistributedLockSvcFactory
public final class DistributedLockSvcFactory
- extends Object
The distrbuted lock service factory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributedLockSvcFactory
public DistributedLockSvcFactory(DistributedLockSvcOptions pOptions)
getLockSvc
public DistributedLockSvc getLockSvc()
- Returns the global lock service. This method also calls the startup method on the
lock service returned (when it is created).