|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlime.Lock
The class Lock is the general object that will e sent from the agent to the LimeTSMgr through postOp. IMPORTANT NOTE!!!! The methods of this object are NOT synchronized. Therefore, if you use this lock object, you need to do your own synchronization!!!
Constructor Summary | |
(package private) |
Lock()
|
Method Summary | |
(package private) void |
hold()
hold: Suspend the thread on this instance of this object. |
(package private) void |
release()
release: resume the thread suspended on this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
Lock()
Method Detail |
void hold()
void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |