org.wiperdog.jobmanager.internal
Class JobTerminateJob

java.lang.Object
  extended by org.wiperdog.jobmanager.internal.AbstractGenericJob
      extended by org.wiperdog.jobmanager.internal.JobTerminateJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job

public class JobTerminateJob
extends AbstractGenericJob

Author:
kurohara

Nested Class Summary
 
Nested classes/interfaces inherited from class org.wiperdog.jobmanager.internal.AbstractGenericJob
AbstractGenericJob.SuicideJob
 
Field Summary
static String KEY_JOBNAMETOTERM
           
 
Fields inherited from class org.wiperdog.jobmanager.internal.AbstractGenericJob
DEF_MAX_HISTORYDEPTH, KEY_MAXRUNTIME, lastMsg, logger, me
 
Constructor Summary
JobTerminateJob()
           
 
Method Summary
protected  Object doJob(org.quartz.JobExecutionContext context)
           
 
Methods inherited from class org.wiperdog.jobmanager.internal.AbstractGenericJob
execute, interrupt, setFailed, setFailed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_JOBNAMETOTERM

public static final String KEY_JOBNAMETOTERM
See Also:
Constant Field Values
Constructor Detail

JobTerminateJob

public JobTerminateJob()
Method Detail

doJob

protected Object doJob(org.quartz.JobExecutionContext context)
                throws Throwable
Specified by:
doJob in class AbstractGenericJob
Throws:
Throwable


Copyright © 2013. All Rights Reserved.