org.mule.transport.quartz.jobs
Class EndpointPollingJob

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

public class EndpointPollingJob
extends Object
implements org.quartz.Job

Will receive on an endpoint and dispatch it to the component set via the Receiver information.


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

EndpointPollingJob

public EndpointPollingJob()
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.