org.mule.transport.quartz
Class QuartzMessageReceiver

java.lang.Object
  extended by org.mule.transport.AbstractMessageReceiver
      extended by org.mule.transport.quartz.QuartzMessageReceiver
All Implemented Interfaces:
Disposable, Initialisable, Lifecycle, Startable, Stoppable, Connectable, MessageReceiver

public class QuartzMessageReceiver
extends AbstractMessageReceiver

Listens for Quartz sheduled events using the Receiver Job and fires events to the service associated with this receiver.


Field Summary
static String QUARTZ_CONNECTOR_PROPERTY
           
static String QUARTZ_RECEIVER_PROPERTY
           
 
Fields inherited from class org.mule.transport.AbstractMessageReceiver
connected, connecting, connectionStrategy, disposing, endpoint, logger, receiverKey, responseEndpoint, service, stopped
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Stoppable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
QuartzMessageReceiver(Connector connector, Service service, InboundEndpoint endpoint)
           
 
Method Summary
protected  void doConnect()
           
protected  void doDisconnect()
           
protected  void doDispose()
           
protected  void doStart()
           
protected  void doStop()
           
 
Methods inherited from class org.mule.transport.AbstractMessageReceiver
connect, disconnect, dispose, doInitialise, getConnectEventId, getConnectionDescription, getConnector, getEndpoint, getEndpointURI, getListener, getReceiverKey, getService, getWorkManager, handleException, handleUnacceptedFilter, initialise, isConnected, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, routeMessage, setConnector, setEndpoint, setExceptionDetails, setListener, setReceiverKey, setService, setWorkManager, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QUARTZ_RECEIVER_PROPERTY

public static final String QUARTZ_RECEIVER_PROPERTY
See Also:
Constant Field Values

QUARTZ_CONNECTOR_PROPERTY

public static final String QUARTZ_CONNECTOR_PROPERTY
See Also:
Constant Field Values
Constructor Detail

QuartzMessageReceiver

public QuartzMessageReceiver(Connector connector,
                             Service service,
                             InboundEndpoint endpoint)
                      throws CreateException
Throws:
CreateException
Method Detail

doDispose

protected void doDispose()
Specified by:
doDispose in class AbstractMessageReceiver

doStart

protected void doStart()
                throws MuleException
Specified by:
doStart in class AbstractMessageReceiver
Throws:
MuleException

doStop

protected void doStop()
               throws MuleException
Specified by:
doStop in class AbstractMessageReceiver
Throws:
MuleException

doConnect

protected void doConnect()
                  throws Exception
Specified by:
doConnect in class AbstractMessageReceiver
Throws:
Exception

doDisconnect

protected void doDisconnect()
                     throws Exception
Specified by:
doDisconnect in class AbstractMessageReceiver
Throws:
Exception


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