org.rhq.enterprise.server.scheduler.jobs
Class AsyncResourceDeleteJob

java.lang.Object
  extended by org.rhq.enterprise.server.scheduler.jobs.AbstractStatefulJob
      extended by org.rhq.enterprise.server.scheduler.jobs.AsyncResourceDeleteJob
All Implemented Interfaces:
org.quartz.Job, org.quartz.StatefulJob

public class AsyncResourceDeleteJob
extends AbstractStatefulJob


Constructor Summary
AsyncResourceDeleteJob()
           
 
Method Summary
 void executeJobCode(org.quartz.JobExecutionContext arg0)
          Subclasses should implement this method to perform the actual job.
 
Methods inherited from class org.rhq.enterprise.server.scheduler.jobs.AbstractStatefulJob
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncResourceDeleteJob

public AsyncResourceDeleteJob()
Method Detail

executeJobCode

public void executeJobCode(org.quartz.JobExecutionContext arg0)
                    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.