org.rhq.core.pc.drift
Class DriftDetectionSchedule
java.lang.Object
org.rhq.core.pc.drift.DriftDetectionSchedule
- All Implemented Interfaces:
- Serializable, Comparable<DriftDetectionSchedule>
public class DriftDetectionSchedule
- extends Object
- implements Comparable<DriftDetectionSchedule>, Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
DriftDetectionSchedule(int resourceId,
org.rhq.core.domain.drift.DriftDefinition definition)
|
DriftDetectionSchedule
public DriftDetectionSchedule(int resourceId,
org.rhq.core.domain.drift.DriftDefinition definition)
getResourceId
public int getResourceId()
getDriftDefinition
public org.rhq.core.domain.drift.DriftDefinition getDriftDefinition()
getNextScan
public long getNextScan()
updateShedule
public void updateShedule()
resetSchedule
public void resetSchedule()
copy
public DriftDetectionSchedule copy()
compareTo
public int compareTo(DriftDetectionSchedule other)
- Specified by:
compareTo in interface Comparable<DriftDetectionSchedule>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.