|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.poller.pollables.PollableNode.Lock
Represents a Lock
Field Summary | |
(package private) int |
m_obtainCount
|
(package private) java.lang.Thread |
m_owner
|
Constructor Summary | |
PollableNode.Lock()
|
Method Summary | |
boolean |
isLockAvailable()
|
void |
obtain()
|
void |
obtain(long timeout)
|
void |
release()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.Thread m_owner
int m_obtainCount
Constructor Detail |
public PollableNode.Lock()
Method Detail |
public void obtain()
public void obtain(long timeout)
public void release()
public boolean isLockAvailable()
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |