|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DriftDetectionSchedule | |
|---|---|
| org.rhq.core.pc.drift | |
| Uses of DriftDetectionSchedule in org.rhq.core.pc.drift |
|---|
| Methods in org.rhq.core.pc.drift that return DriftDetectionSchedule | |
|---|---|
DriftDetectionSchedule |
DriftDetectionSchedule.copy()
|
DriftDetectionSchedule |
ScheduleQueueImpl.find(int resourceId,
String defName)
|
DriftDetectionSchedule |
ScheduleQueue.find(int resourceId,
String defName)
Searches the queue for a schedule with a matching resource id and drift definition name. |
DriftDetectionSchedule |
ScheduleQueueImpl.getNextSchedule()
|
DriftDetectionSchedule |
ScheduleQueue.getNextSchedule()
Removes the head of the queue and returns a copy of the schedule that was removed. |
DriftDetectionSchedule |
DriftDetectionSummary.getSchedule()
|
DriftDetectionSchedule |
ScheduleQueueImpl.remove(int resourceId,
org.rhq.core.domain.drift.DriftDefinition driftDef)
|
DriftDetectionSchedule |
ScheduleQueue.remove(int resourceId,
org.rhq.core.domain.drift.DriftDefinition driftDef)
Removes the schedule identified by the resource id and the drift definition. |
DriftDetectionSchedule |
ScheduleQueueImpl.remove(int resourceId,
String defName)
|
DriftDetectionSchedule |
ScheduleQueue.remove(int resourceId,
String defName)
Removes the schedule identified by the resource id and drift definition name. |
DriftDetectionSchedule |
ScheduleQueueImpl.removeAndExecute(int resourceId,
org.rhq.core.domain.drift.DriftDefinition driftDef,
Runnable task)
|
DriftDetectionSchedule |
ScheduleQueue.removeAndExecute(int resourceId,
org.rhq.core.domain.drift.DriftDefinition driftDef,
Runnable task)
Removes the schedule identified by the resource id and the drift definition name. |
DriftDetectionSchedule |
ScheduleQueueImpl.removeAndExecute(int resourceId,
String defName,
Runnable task)
|
DriftDetectionSchedule |
ScheduleQueue.removeAndExecute(int resourceId,
String configName,
Runnable task)
Removes the schedule |
DriftDetectionSchedule[] |
ScheduleQueueImpl.toArray()
|
DriftDetectionSchedule[] |
ScheduleQueue.toArray()
|
DriftDetectionSchedule |
ScheduleQueueImpl.update(int resourceId,
org.rhq.core.domain.drift.DriftDefinition driftDef)
|
DriftDetectionSchedule |
ScheduleQueue.update(int resourceId,
org.rhq.core.domain.drift.DriftDefinition driftDef)
This method attempts to update the schedule identified by the resource id the and the drift definition. |
| Methods in org.rhq.core.pc.drift with parameters of type DriftDetectionSchedule | |
|---|---|
boolean |
ScheduleQueueImpl.addSchedule(DriftDetectionSchedule schedule)
|
boolean |
ScheduleQueue.addSchedule(DriftDetectionSchedule schedule)
Adds a schedule to the queue for processing by the drift detector |
int |
DriftDetectionSchedule.compareTo(DriftDetectionSchedule other)
|
void |
DriftDetectionSummary.setSchedule(DriftDetectionSchedule schedule)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||