org.enhydra.shark.utilities
Class QuartzJobListener
java.lang.Object
org.enhydra.shark.utilities.QuartzJobListener
- All Implemented Interfaces:
- org.quartz.JobListener
public class QuartzJobListener
- extends java.lang.Object
- implements org.quartz.JobListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuartzJobListener
public QuartzJobListener()
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.quartz.JobListener
setName
public void setName(java.lang.String name)
getRetryInterval
public int getRetryInterval()
setRetryInterval
public void setRetryInterval(int retryInterval)
getRetryNumber
public int getRetryNumber()
setRetryNumber
public void setRetryNumber(int retryNumber)
jobExecutionVetoed
public void jobExecutionVetoed(org.quartz.JobExecutionContext arg0)
- Specified by:
jobExecutionVetoed
in interface org.quartz.JobListener
jobToBeExecuted
public void jobToBeExecuted(org.quartz.JobExecutionContext arg0)
- Specified by:
jobToBeExecuted
in interface org.quartz.JobListener
jobWasExecuted
public void jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jee)
- Specified by:
jobWasExecuted
in interface org.quartz.JobListener