org.mule.providers.quartz.jobs
Class MuleReceiverJob

java.lang.Object
  extended by org.mule.providers.quartz.jobs.MuleReceiverJob
All Implemented Interfaces:
org.quartz.Job

public class MuleReceiverJob
extends Object
implements org.quartz.Job

Invokes a Quartz Message receiver with the payload attached to the Quartz job.


Field Summary
protected  Log logger
          The logger used for this class
 
Constructor Summary
MuleReceiverJob()
           
 
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

MuleReceiverJob

public MuleReceiverJob()
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-2008 MuleSource, Inc.. All Rights Reserved.