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
Field Summary |
static java.lang.String |
COUNT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT
public static final java.lang.String COUNT
- See Also:
- Constant Field Values
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)
getPeriodNumber
public int getPeriodNumber()
setPeriodNumber
public void setPeriodNumber(int periodNumber)
getRetryIntervalFirst
public int getRetryIntervalFirst()
setRetryIntervalFirst
public void setRetryIntervalFirst(int retryIntervalFirst)
getRetryIntervalSecond
public int getRetryIntervalSecond()
setRetryIntervalSecond
public void setRetryIntervalSecond(int retryIntervalSecond)
getRetryIntervalThird
public int getRetryIntervalThird()
setRetryIntervalThird
public void setRetryIntervalThird(int retryIntervalThird)
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