JoeSNMP API 0.3.3

org.opennms.protocols.snmp
Class SnmpTimer.TimerLogic

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


Field Summary
private  boolean m_isActive
           
private  java.util.TreeSet m_items
           
private  java.lang.Thread m_thread
           
 
Constructor Summary
private SnmpTimer.TimerLogic()
           
 
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
 

Field Detail

m_isActive

private boolean m_isActive

m_thread

private java.lang.Thread m_thread

m_items

private java.util.TreeSet m_items
Constructor Detail

SnmpTimer.TimerLogic

private SnmpTimer.TimerLogic()
Method Detail

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)

JoeSNMP API 0.3.3

Generated by builder on ${TODAY} ${TSTAMP}.