org.mule.tck.testmodels.mule
Class TestSedaService

java.lang.Object
  extended by org.mule.service.AbstractService
      extended by org.mule.model.seda.SedaService
          extended by org.mule.tck.testmodels.mule.TestSedaService
All Implemented Interfaces:
Serializable, AnnotatedObject, FlowConstruct, Disposable, Initialisable, Lifecycle, LifecycleStateEnabled, Startable, Stoppable, NameableObject, NamedObject, MessageProcessor, Service

public class TestSedaService
extends SedaService

Exposes some internals of the SedaService useful for unit testing.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mule.model.seda.SedaService
queueProfile, queueTimeout, sedaStage, threadingProfile
 
Fields inherited from class org.mule.service.AbstractService
asyncReplyMessageSource, component, exceptionListener, INITIAL_STATE_PAUSED, INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED, initialState, lifecycleManager, logger, messageInfoMapping, messageProcessorChain, messageSource, model, muleContext, name, outboundRouter, stats
 
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
 
Constructor Summary
TestSedaService(MuleContext muleContext)
           
 
Method Summary
 
Methods inherited from class org.mule.model.seda.SedaService
addMessageProcessors, createStatistics, doInitialise, doPause, doResume, getQueueProfile, getQueueTimeout, getServiceStartedAssertingMessageProcessor, getThreadingProfile, setQueueProfile, setQueueTimeout, setThreadingProfile
 
Methods inherited from class org.mule.service.AbstractService
buildServiceMessageProcessorChain, createAsyncReplyProcessor, dispatchEvent, dispose, disposeIfDisposable, doDispose, doForceStop, doStart, doStop, forceStop, getAnnotation, getAnnotations, getAsyncReplyMessageSource, getAsyncReplyTimeout, getComponent, getExceptionListener, getInitialState, getLifecycleManager, getLifecycleState, getMessageInfoMapping, getMessageProcessorChain, getMessageSource, getModel, getMuleContext, getName, getOutboundMessageProcessor, getStatistics, initialise, initialiseIfInitialisable, injectFlowConstructMuleContext, isPaused, isStarted, isStopped, isStopping, pause, pauseIfPausable, process, resume, resumeIfResumable, sendEvent, setAnnotations, setAsyncReplyMessageSource, setComponent, setExceptionListener, setInitialState, setMessageInfoMapping, setMessageProcessor, setMessageSource, setModel, setName, setOutboundMessageProcessor, start, startIfStartable, stop, stopIfStoppable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSedaService

public TestSedaService(MuleContext muleContext)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.