org.opennms.protocols.snmp
Class SnmpTimer.Scheduler
java.lang.Object
org.opennms.protocols.snmp.SnmpTimer.Scheduler
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- SnmpTimer
- private class SnmpTimer.Scheduler
- extends Object
- implements Runnable
This object is the thread of execution that monitors
and executes the scheduled runnables.
Method Summary |
void |
run()
Runs in an infinite loop waiting for
new runnables to expire or for the
m_exit variable to be set true. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnmpTimer.Scheduler
private SnmpTimer.Scheduler()
run
public void run()
- Runs in an infinite loop waiting for
new runnables to expire or for the
m_exit variable to be set true. The
m_sync in the parent class is used to
synchronize this method
- Specified by:
run
in interface Runnable
Generated by jpp on July 15 2004 1044.