org.mule.transport.quartz.jobs
Class EventGeneratorJob

java.lang.Object
  extended by org.mule.transport.quartz.jobs.EventGeneratorJob
All Implemented Interfaces:
org.quartz.Job

public class EventGeneratorJob
extends Object
implements org.quartz.Job

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

logger

protected transient Log logger
The logger used for this class

Constructor Detail

EventGeneratorJob

public EventGeneratorJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jobExecutionContext)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.