org.mule.transport.quartz.jobs
Class EndpointPollingJobConfig

java.lang.Object
  extended by org.mule.transport.quartz.config.AbstractJobConfig
      extended by org.mule.transport.quartz.jobs.EndpointPollingJobConfig
All Implemented Interfaces:
Serializable, MuleContextAware, JobConfig

public class EndpointPollingJobConfig
extends AbstractJobConfig

Configuration for the EndpointPollingJob job.

See Also:
Serialized Form

Constructor Summary
EndpointPollingJobConfig()
           
 
Method Summary
 String getEndpointRef()
           
 Class getJobClass()
           
 int getTimeout()
           
 void setEndpointRef(String endpointRef)
           
 void setTimeout(int timeout)
           
 
Methods inherited from class org.mule.transport.quartz.config.AbstractJobConfig
getGroupName, getJobGroupName, getMuleContext, setGroupName, setJobGroupName, setMuleContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointPollingJobConfig

public EndpointPollingJobConfig()
Method Detail

getEndpointRef

public String getEndpointRef()

setEndpointRef

public void setEndpointRef(String endpointRef)

getTimeout

public int getTimeout()

setTimeout

public void setTimeout(int timeout)

getJobClass

public Class getJobClass()


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