|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.quartz.jobs.EventGeneratorJob
public class EventGeneratorJob
Will generate a new event based o the scheduled time. The payload of the event is
currently a static object or instance of NullPayload
if no payload
has been set.
We may want to extend this but allowing the payload to be generated using a factory.
Field Summary | |
---|---|
protected Log |
logger
The logger used for this class |
Constructor Summary | |
---|---|
EventGeneratorJob()
|
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 |
Field Detail |
---|
protected transient Log logger
Constructor Detail |
---|
public EventGeneratorJob()
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 |