org.opennms.protocols.snmp
Class SnmpTimer.TimerLogic
java.lang.Object
org.opennms.protocols.snmp.SnmpTimer.TimerLogic
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- SnmpTimer
private static class SnmpTimer.TimerLogic
- extends java.lang.Object
- implements java.lang.Runnable
Method Summary |
void |
cancel(boolean waitForAll)
|
void |
run()
|
void |
schedule(java.lang.Runnable runnable,
long delay)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_isActive
private boolean m_isActive
m_thread
private java.lang.Thread m_thread
m_items
private java.util.TreeSet m_items
SnmpTimer.TimerLogic
private SnmpTimer.TimerLogic()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
cancel
public void cancel(boolean waitForAll)
schedule
public void schedule(java.lang.Runnable runnable,
long delay)
Generated by builder on ${TODAY} ${TSTAMP}.