org.rhq.enterprise.server.scheduler.jobs
Class CheckForTimedOutResourceFactoryJobs
java.lang.Object
org.rhq.enterprise.server.scheduler.jobs.AbstractStatefulJob
org.rhq.enterprise.server.scheduler.jobs.CheckForTimedOutResourceFactoryJobs
- All Implemented Interfaces:
- org.quartz.Job, org.quartz.StatefulJob
public class CheckForTimedOutResourceFactoryJobs
- extends AbstractStatefulJob
Quartz scheduler job that checks for requests that are taking too long to be responded to by the agent.
- Author:
- Jason Dobies
|
Method Summary |
void |
executeJobCode(org.quartz.JobExecutionContext jobExecutionContext)
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 |
CheckForTimedOutResourceFactoryJobs
public CheckForTimedOutResourceFactoryJobs()
executeJobCode
public void executeJobCode(org.quartz.JobExecutionContext jobExecutionContext)
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.