org.wiperdog.jobmanager.internal
Class ObjectJob
java.lang.Object
org.wiperdog.jobmanager.internal.AbstractGenericJob
org.wiperdog.jobmanager.internal.ObjectJob
- All Implemented Interfaces:
- org.quartz.InterruptableJob, org.quartz.Job
@DisallowConcurrentExecution
public class ObjectJob
- extends AbstractGenericJob
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectJob
public ObjectJob()
doJob
protected Object doJob(org.quartz.JobExecutionContext context)
throws Throwable
- Specified by:
doJob in class AbstractGenericJob
- Throws:
Throwable
interrupt
public void interrupt()
throws org.quartz.UnableToInterruptJobException
- Specified by:
interrupt in interface org.quartz.InterruptableJob- Overrides:
interrupt in class AbstractGenericJob
- Throws:
org.quartz.UnableToInterruptJobException
Copyright © 2013. All Rights Reserved.