org.opennms.bb.dp.poller.scheduler.utils
Class SchedulerTask

java.lang.Object
  |
  +--org.opennms.bb.dp.poller.scheduler.utils.SchedulerTask

public class SchedulerTask
extends Object


Field Summary
private  PollerModel m_downtimeModel
           
private  PollerInterface m_interface
           
 
Constructor Summary
SchedulerTask(PollerInterface anInterface)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_interface

private PollerInterface m_interface

m_downtimeModel

private PollerModel m_downtimeModel
Constructor Detail

SchedulerTask

public SchedulerTask(PollerInterface anInterface)