org.opennms.netmgt.poller.remote
Class ServicePollState

java.lang.Object
  extended by org.opennms.netmgt.poller.remote.ServicePollState

public class ServicePollState
extends Object

Author:
Mathew Brozowski

Constructor Summary
ServicePollState(PolledService polledService, int index)
           
 
Method Summary
 int getIndex()
           
 PollStatus getLastPoll()
           
 Date getLastPollTime()
           
 Date getNextPollTime()
           
 PolledService getPolledService()
           
 void setInitialPollTime(Date initialPollTime)
           
 void setLastPoll(PollStatus lastPoll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicePollState

public ServicePollState(PolledService polledService,
                        int index)
Method Detail

getLastPoll

public PollStatus getLastPoll()

setLastPoll

public void setLastPoll(PollStatus lastPoll)

getLastPollTime

public Date getLastPollTime()

getNextPollTime

public Date getNextPollTime()

getIndex

public int getIndex()

getPolledService

public PolledService getPolledService()

setInitialPollTime

public void setInitialPollTime(Date initialPollTime)


Copyright © 2009. All Rights Reserved.