|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LockTracer
Tracks all locks for the current thread.
Method Summary | |
---|---|
void |
beginLock(java.lang.Object source,
java.lang.Object lock)
If no locks exist then tracks one, otherwise increase the internal count. |
boolean |
currentTreadHasAnyLock()
Determines if the current thread has a lock at all. |
void |
endLock(java.lang.Object source,
java.lang.Object lock)
Removes a lock, if zero removes the presence of a lock. |
Method Detail |
---|
void beginLock(java.lang.Object source, java.lang.Object lock)
void endLock(java.lang.Object source, java.lang.Object lock)
boolean currentTreadHasAnyLock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |