|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DistributedLockSvc
The distributed lock service interface.
| Method Summary | |
|---|---|
DistributedLock |
create(String pLockName)
Create a new distributed lock. |
DistributedLock |
create(String pLockName,
DistributedLockOptions pOptions)
Create a new distributed lock. |
void |
destroy(DistributedLock pLock)
Destroy a distributed lock. |
boolean |
isRunning()
Returns true if the lock service is running. |
void |
shutdown()
Part of the usage contract. |
void |
startup()
Part of the usage contract. |
| Method Detail |
|---|
DistributedLock create(String pLockName)
DistributedLock create(String pLockName,
DistributedLockOptions pOptions)
void destroy(DistributedLock pLock)
void startup()
void shutdown()
boolean isRunning()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||