org.mule.transport.quartz
Class QuartzConnector
java.lang.Object
org.mule.transport.AbstractConnector
org.mule.transport.quartz.QuartzConnector
- All Implemented Interfaces:
- ExceptionListener, EventListener, javax.resource.spi.work.WorkListener, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, NamedObject, Connectable, Connector
public class QuartzConnector
- extends AbstractConnector
Creates a connection to a Quartz sheduler. This allows events to be sheduled at
specific times, with repeated occurences.
| Fields inherited from class org.mule.transport.AbstractConnector |
connected, connecting, connectionStrategy, createMultipleTransactedReceivers, DEFAULT_NUM_CONCURRENT_TX_RECEIVERS, dispatcherFactory, dispatchers, disposed, disposing, exceptionListener, initialised, logger, muleContext, name, numberOfConcurrentTransactedReceivers, receivers, requesterFactory, requesters, serviceDescriptor, serviceOverrides, sessionHandler, started, startOnConnect |
| Methods inherited from class org.mule.transport.AbstractConnector |
checkDisposed, connect, createReceiver, destroyReceiver, disconnect, dispatch, dispose, disposeDispatchers, disposeReceivers, disposeRequesters, disposeWorkManagers, exceptionThrown, fireNotification, getConnectEventId, getConnectionDescription, getConnectionStrategy, getDefaultInboundTransformers, getDefaultOutboundTransformers, getDefaultResponseTransformers, getDispatcherFactory, getDispatcherThreadingProfile, getDispatcherWorkManager, getExceptionListener, getMaxDispatchersActive, getMaxRequestersActive, getMessageAdapter, getMuleContext, getName, getNumberOfConcurrentTransactedReceivers, getOutputStream, getReceiver, getReceiverKey, getReceivers, getReceivers, getReceiverThreadingProfile, getReceiverWorkManager, getReplyToHandler, getRequesterFactory, getRequesterThreadingProfile, getRequesterWorkManager, getScheduler, getServiceDescriptor, getServiceOverrides, getSessionHandler, getSupportedProtocols, handleException, handleWorkException, initFromServiceDescriptor, initialise, initialiseFromUrl, initWorkManagers, isConnected, isCreateMultipleTransactedReceivers, isDisposed, isDisposing, isEnableMessageEvents, isRemoteSyncEnabled, isStarted, isSyncEnabled, lookupReceiver, registerListener, registerSupportedProtocol, registerSupportedProtocolWithoutPrefix, request, request, send, setConnectionStrategy, setCreateMultipleTransactedReceivers, setDispatcherFactory, setDispatcherThreadingProfile, setDynamicNotification, setExceptionListener, setMaxDispatchersActive, setMaxRequestersActive, setMuleContext, setName, setNumberOfConcurrentTransactedReceivers, setReceiverThreadingProfile, setRequesterFactory, setRequesterThreadingProfile, setServiceOverrides, setSessionHandler, setSupportedProtocols, setupDispatchReturn, setupRequestReturn, start, stop, supportsProtocol, toString, unregisterListener, unregisterSupportedProtocol, updateCachedNotificationHandler, workAccepted, workCompleted, workRejected, workStarted |
QUARTZ
public static final String QUARTZ
- See Also:
- Constant Field Values
PROPERTY_CRON_EXPRESSION
public static final String PROPERTY_CRON_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_REPEAT_INTERVAL
public static final String PROPERTY_REPEAT_INTERVAL
- See Also:
- Constant Field Values
PROPERTY_REPEAT_COUNT
public static final String PROPERTY_REPEAT_COUNT
- See Also:
- Constant Field Values
PROPERTY_START_DELAY
public static final String PROPERTY_START_DELAY
- See Also:
- Constant Field Values
PROPERTY_PAYLOAD
public static final String PROPERTY_PAYLOAD
- See Also:
- Constant Field Values
PROPERTY_JOB_DISPATCH_ENDPOINT
public static final String PROPERTY_JOB_DISPATCH_ENDPOINT
- See Also:
- Constant Field Values
PROPERTY_JOB_RECEIVE_ENDPOINT
public static final String PROPERTY_JOB_RECEIVE_ENDPOINT
- See Also:
- Constant Field Values
PROPERTY_JOB_RECEIVE_TIMEOUT
public static final String PROPERTY_JOB_RECEIVE_TIMEOUT
- See Also:
- Constant Field Values
PROPERTY_PAYLOAD_CLASS_NAME
public static final String PROPERTY_PAYLOAD_CLASS_NAME
- deprecated: use PROPERTY_PAYLOAD_REFERENCE
- See Also:
- Constant Field Values
PROPERTY_PAYLOAD_REFERENCE
public static final String PROPERTY_PAYLOAD_REFERENCE
- See Also:
- Constant Field Values
PROPERTY_GROUP_NAME
public static final String PROPERTY_GROUP_NAME
- See Also:
- Constant Field Values
PROPERTY_JOB_GROUP_NAME
public static final String PROPERTY_JOB_GROUP_NAME
- See Also:
- Constant Field Values
PROPERTY_JOB_REF
public static final String PROPERTY_JOB_REF
- See Also:
- Constant Field Values
PROPERTY_JOB_CLASS
public static final String PROPERTY_JOB_CLASS
- See Also:
- Constant Field Values
PROPERTY_JOB_OBJECT
public static final String PROPERTY_JOB_OBJECT
- See Also:
- Constant Field Values
DEFAULT_GROUP_NAME
public static final String DEFAULT_GROUP_NAME
- See Also:
- Constant Field Values
QuartzConnector
public QuartzConnector()
doInitialise
protected void doInitialise()
throws InitialisationException
- Specified by:
doInitialise in class AbstractConnector
- Throws:
InitialisationException
doDispose
protected void doDispose()
- Specified by:
doDispose in class AbstractConnector
doConnect
protected void doConnect()
throws Exception
- Specified by:
doConnect in class AbstractConnector
- Throws:
Exception
doDisconnect
protected void doDisconnect()
throws Exception
- Specified by:
doDisconnect in class AbstractConnector
- Throws:
Exception
doStart
protected void doStart()
throws MuleException
- Specified by:
doStart in class AbstractConnector
- Throws:
MuleException
doStop
protected void doStop()
throws MuleException
- Specified by:
doStop in class AbstractConnector
- Throws:
MuleException
getProtocol
public String getProtocol()
getQuartzScheduler
public org.quartz.Scheduler getQuartzScheduler()
setQuartzScheduler
public void setQuartzScheduler(org.quartz.Scheduler scheduler)
getFactoryProperties
public Properties getFactoryProperties()
setFactoryProperties
public void setFactoryProperties(Properties factoryProperties)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.