public class CheckForTimedOutOperationsJob extends AbstractStatefulJob
This implements StatefulJob (as opposed to Job) because we do not need nor want this job triggered
concurrently. That is, we don't need multiple instances of this job running at the same time.
| Constructor and Description |
|---|
CheckForTimedOutOperationsJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeJobCode(org.quartz.JobExecutionContext context)
Subclasses should implement this method to perform the actual job.
|
executepublic void executeJobCode(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
AbstractStatefulJobexecuteJobCode in class AbstractStatefulJoborg.quartz.JobExecutionExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.