|
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.protocols.snmp.SnmpSession.CleanupRequest
This class is used to periodically cleanup the outstanding request that have expired. The cleanup interval is nominally once every 5 to 10 seconds. It's used like the garbage collector for the m_requests list. This is used in hopes of minimizing the contention for the request array
Constructor Summary | |
private |
SnmpSession.CleanupRequest()
|
Method Summary | |
void |
run()
Preforms the actual removal of the expired SnmpRequest elements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private SnmpSession.CleanupRequest()
Method Detail |
public void run()
run
in interface java.lang.Runnable
SnmpRequest
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |