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, FlowConstruct, Disposable, Initialisable, Lifecycle, LifecycleStateEnabled, Startable, Stoppable, 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, threadingProfile, workManager
 
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
 
Constructor Summary
TestSedaService(MuleContext muleContext)
           
 
Method Summary
 
Methods inherited from class org.mule.model.seda.SedaService
addMessageProcessors, createStatistics, doDispose, doForceStop, doInitialise, doStart, doStop, getQueueProfile, getQueueTimeout, getServiceStartedAssertingMessageProcessor, getThreadingProfile, setQueueProfile, setQueueTimeout, setThreadingProfile
 
Methods inherited from class org.mule.service.AbstractService
buildServiceMessageProcessorChain, createAsyncReplyProcessor, dispatchEvent, dispose, disposeIfDisposable, doPause, doResume, forceStop, getAsyncReplyMessageSource, getAsyncReplyTimeout, getComponent, getExceptionListener, getInitialState, getLifecycleManager, getLifecycleState, getMessageInfoMapping, getMessageProcessorChain, getMessageSource, getModel, getMuleContext, getName, getOutboundMessageProcessor, getStatistics, initialise, initialiseIfInitialisable, injectFlowConstructMuleContext, isPaused, isStarted, isStopped, isStopping, pause, process, resume, sendEvent, 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-2010 MuleSoft, Inc.. All Rights Reserved.