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

AutomationInterval class.

Version:
$Id: $
Author:
David Hustace

Constructor Summary
AutomationInterval(long interval)
          Constructor for AutomationInterval.
 
Method Summary
 long getInterval()
          getInterval
 boolean scheduledSuspension()
          scheduledSuspension
 void setInterval(long interval)
          setInterval
 
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)

Constructor for AutomationInterval.

Parameters:
interval - a long.
Method Detail

getInterval

public long getInterval()

getInterval

Specified by:
getInterval in interface ScheduleInterval
Returns:
a long.

setInterval

public void setInterval(long interval)

setInterval

Parameters:
interval - a long.

scheduledSuspension

public boolean scheduledSuspension()

scheduledSuspension

Specified by:
scheduledSuspension in interface ScheduleInterval
Returns:
a boolean.


Copyright © 2011. All Rights Reserved.