JoeSNMP API 0.2.6

org.opennms.protocols.snmp
Class SnmpTimer.Scheduler

java.lang.Object
  extended byorg.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.


Constructor Summary
private SnmpTimer.Scheduler()
           
 
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
 

Constructor Detail

SnmpTimer.Scheduler

private SnmpTimer.Scheduler()
Method Detail

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

JoeSNMP API 0.2.6

Generated by jpp on July 15 2004 1044.