org.enhydra.shark.utilities
Class QuartzJobListener

java.lang.Object
  extended by 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
           
 
Constructor Summary
QuartzJobListener()
           
 
Method Summary
 java.lang.String getName()
           
 int getPeriodNumber()
           
 int getRetryIntervalFirst()
           
 int getRetryIntervalSecond()
           
 int getRetryIntervalThird()
           
 int getRetryNumber()
           
 void jobExecutionVetoed(org.quartz.JobExecutionContext arg0)
           
 void jobToBeExecuted(org.quartz.JobExecutionContext arg0)
           
 void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jee)
           
 void setName(java.lang.String name)
           
 void setPeriodNumber(int periodNumber)
           
 void setRetryIntervalFirst(int retryIntervalFirst)
           
 void setRetryIntervalSecond(int retryIntervalSecond)
           
 void setRetryIntervalThird(int retryIntervalThird)
           
 void setRetryNumber(int retryNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT

public static final java.lang.String COUNT
See Also:
Constant Field Values
Constructor Detail

QuartzJobListener

public QuartzJobListener()
Method Detail

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