Uses of Interface
com.deftlabs.lock.mongo.DistributedLock

Uses of DistributedLock in com.deftlabs.lock.mongo
 

Methods in com.deftlabs.lock.mongo that return DistributedLock
 DistributedLock DistributedLockSvc.create(String pLockName)
          Create a new distributed lock.
 DistributedLock DistributedLockSvc.create(String pLockName, DistributedLockOptions pOptions)
          Create a new distributed lock.
 

Methods in com.deftlabs.lock.mongo with parameters of type DistributedLock
 void DistributedLockSvc.destroy(DistributedLock pLock)
          Destroy a distributed lock.