org.opennms.netmgt.poller.remote
Class ServicePollState
java.lang.Object
org.opennms.netmgt.poller.remote.ServicePollState
public class ServicePollState
- extends Object
- Author:
- Mathew Brozowski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServicePollState
public ServicePollState(PolledService polledService,
int index)
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.