|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LockingStrategy
Strategy pattern for defining a locking strategy in support of exclusive execution of some process.
| Method Summary | |
|---|---|
boolean |
acquire()
Attempt to acquire the lock. |
void |
release()
Release the lock if held. |
| Method Detail |
|---|
boolean acquire()
void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||