org.rhq.core.pc.drift
Class DriftDetectionSchedule

java.lang.Object
  extended by 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)
           
 
Method Summary
 int compareTo(DriftDetectionSchedule other)
           
 DriftDetectionSchedule copy()
           
 boolean equals(Object obj)
           
 org.rhq.core.domain.drift.DriftDefinition getDriftDefinition()
           
 long getNextScan()
           
 int getResourceId()
           
 int hashCode()
           
 void resetSchedule()
           
 String toString()
           
 void updateShedule()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DriftDetectionSchedule

public DriftDetectionSchedule(int resourceId,
                              org.rhq.core.domain.drift.DriftDefinition definition)
Method Detail

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.