org.mule.providers.quartz.jobs
Class MuleClientDispatchJob

java.lang.Object
  extended byorg.mule.providers.quartz.jobs.MuleClientDispatchJob

public class MuleClientDispatchJob
extends Object

Will dispatch to a Mule endpoint using the Mule client.


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

MuleClientDispatchJob

public MuleClientDispatchJob()
Method Detail

execute

public void execute(JobExecutionContext jobExecutionContext)
             throws JobExecutionException
Throws:
JobExecutionException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.