|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.quartz.jobs.CustomJob
public class CustomJob
Extracts the Job object to invoke from the context. The Job itself can be scheduled by dispatching an event over a quartz endpoint. The job can either be set as a property on the event (this property can be a container reference or the actual job object) or the payload of the event can be the Job (in which case when the job is fired it will have a NullPayload)
NullPayload
Constructor Summary | |
---|---|
CustomJob()
|
Method Summary | |
---|---|
void |
execute(org.quartz.JobExecutionContext jobExecutionContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomJob()
Method Detail |
---|
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |