org.rhq.enterprise.server.measurement
Class NotifyAgentsOfScheduleUpdatesJob
java.lang.Object
org.rhq.enterprise.server.scheduler.jobs.AbstractStatefulJob
org.rhq.enterprise.server.measurement.NotifyAgentsOfScheduleUpdatesJob
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class NotifyAgentsOfScheduleUpdatesJob
- extends AbstractStatefulJob
Job that asynchronously notifies agents of metric schedule updates.
|
Method Summary |
void |
executeJobCode(org.quartz.JobExecutionContext context)
Subclasses should implement this method to perform the actual job. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotifyAgentsOfScheduleUpdatesJob
public NotifyAgentsOfScheduleUpdatesJob()
executeJobCode
public void executeJobCode(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Description copied from class:
AbstractStatefulJob
- Subclasses should implement this method to perform the actual job.
- Specified by:
executeJobCode in class AbstractStatefulJob
- Throws:
org.quartz.JobExecutionException
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.