org.opennms.netmgt.vacuumd
Class AutomationInterval

java.lang.Object
  extended by org.opennms.netmgt.vacuumd.AutomationInterval
All Implemented Interfaces:
ScheduleInterval

public class AutomationInterval
extends Object
implements ScheduleInterval

Author:
David Hustace

Constructor Summary
AutomationInterval(long interval)
           
 
Method Summary
 long getInterval()
           
 boolean scheduledSuspension()
           
 void setInterval(long interval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomationInterval

public AutomationInterval(long interval)
Method Detail

getInterval

public long getInterval()
Specified by:
getInterval in interface ScheduleInterval

setInterval

public void setInterval(long interval)

scheduledSuspension

public boolean scheduledSuspension()
Specified by:
scheduledSuspension in interface ScheduleInterval
Returns:


Copyright © 2009. All Rights Reserved.