org.opennms.netmgt.poller.remote
Class OnmsPollModel

java.lang.Object
  extended by org.opennms.netmgt.poller.remote.OnmsPollModel
All Implemented Interfaces:
Serializable

public class OnmsPollModel
extends Object
implements Serializable

Author:
Mathew Brozowski
See Also:
Serialized Form

Constructor Summary
OnmsPollModel()
           
OnmsPollModel(long pollInterval)
           
 
Method Summary
 Date getNextPollTime(Date lastPollTime)
           
 long getPollInterval()
           
 Date getPreviousPollTime(Date initialPollTime)
           
 void setPollInterval(long pollInterval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnmsPollModel

public OnmsPollModel()

OnmsPollModel

public OnmsPollModel(long pollInterval)
Method Detail

getPollInterval

public long getPollInterval()

setPollInterval

public void setPollInterval(long pollInterval)

getNextPollTime

public Date getNextPollTime(Date lastPollTime)

getPreviousPollTime

public Date getPreviousPollTime(Date initialPollTime)


Copyright © 2009. All Rights Reserved.