|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.codehaus.plexus.scheduler.DefaultJobListener
Currently the role this class plays is set the value of the JobDataMap
in the job so that the convenience methods for accessing the logger, context,
service broker and configuration will work as expected.
| Constructor Summary | |
DefaultJobListener()
|
|
| Method Summary | |
java.lang.String |
getName()
Get the name of the JobListener. |
void |
jobExecutionVetoed(org.quartz.JobExecutionContext jobExecutionContext)
|
void |
jobToBeExecuted(org.quartz.JobExecutionContext context)
Called by the when a
is about to be executed (an associated has
occured). |
void |
jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException)
Called by the after a
has been executed, and be for the associated Trigger's
triggered(xx) method has been called. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultJobListener()
| Method Detail |
public java.lang.String getName()
Get the name of the JobListener.
getName in interface org.quartz.JobListenerpublic void jobToBeExecuted(org.quartz.JobExecutionContext context)
Called by the when a Scheduler
is about to be executed (an associated Job has
occured).Trigger
jobToBeExecuted in interface org.quartz.JobListenerpublic void jobExecutionVetoed(org.quartz.JobExecutionContext jobExecutionContext)
jobExecutionVetoed in interface org.quartz.JobListener
public void jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException)
Called by the after a Scheduler
has been executed, and be for the associated JobTrigger's
triggered(xx) method has been called.
jobWasExecuted in interface org.quartz.JobListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||