org.mule.transport.amqp.internal.connector
Class AmqpConnectorFlowConstruct

java.lang.Object
  extended by org.mule.construct.AbstractFlowConstruct
      extended by org.mule.transport.amqp.internal.connector.AmqpConnectorFlowConstruct
All Implemented Interfaces:
org.mule.api.AnnotatedObject, org.mule.api.construct.FlowConstruct, org.mule.api.lifecycle.Disposable, org.mule.api.lifecycle.Initialisable, org.mule.api.lifecycle.Lifecycle, org.mule.api.lifecycle.LifecycleStateEnabled, org.mule.api.lifecycle.Startable, org.mule.api.lifecycle.Stoppable, org.mule.api.NamedObject

public class AmqpConnectorFlowConstruct
extends org.mule.construct.AbstractFlowConstruct

A fake FlowConstruct that is used when the events need to be dispatched on behalf of the connector and out of any actual Flow context.


Field Summary
 
Fields inherited from class org.mule.construct.AbstractFlowConstruct
exceptionListener, INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED, initialState, lifecycleManager, logger, messageInfoMapping, muleContext, name, statistics
 
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
 
Fields inherited from interface org.mule.api.AnnotatedObject
PROPERTY_NAME
 
Method Summary
 AmqpConnector getConnector()
           
 String getConstructType()
           
 
Methods inherited from class org.mule.construct.AbstractFlowConstruct
configureStatistics, dispose, disposeIfDisposable, doDispose, doInitialise, doStart, doStop, getAnnotation, getAnnotations, getExceptionListener, getInitialState, getLifecycleState, getMessageInfoMapping, getMuleContext, getName, getStatistics, initialise, initialiseIfInitialisable, injectFlowConstructMuleContext, isStarted, isStopped, isStopping, setAnnotations, setExceptionListener, setInitialState, setMessageInfoMapping, start, startIfStartable, stop, stopIfStoppable, toString, validateConstruct
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getConstructType

public String getConstructType()
Specified by:
getConstructType in class org.mule.construct.AbstractFlowConstruct

getConnector

public AmqpConnector getConnector()


Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.