Package org.opennms.netmgt.vacuumd
Class AutomationInterval
- java.lang.Object
-
- 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
Constructors Constructor Description AutomationInterval(long interval)
Constructor for AutomationInterval.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getInterval()
getIntervalboolean
scheduledSuspension()
scheduledSuspensionvoid
setInterval(long interval)
setInterval
-
-
-
Method Detail
-
getInterval
public long getInterval()
getInterval
- Specified by:
getInterval
in interfaceScheduleInterval
- Returns:
- a long.
-
setInterval
public void setInterval(long interval)
setInterval
- Parameters:
interval
- a long.
-
scheduledSuspension
public boolean scheduledSuspension()
scheduledSuspension
- Specified by:
scheduledSuspension
in interfaceScheduleInterval
- Returns:
- a boolean.
-
-