@Deprecated public class SedaService extends AbstractService
| Modifier and Type | Field and Description |
|---|---|
protected QueueProfile |
queueProfile
Deprecated.
The queue profile to use for this service.
|
protected Integer |
queueTimeout
Deprecated.
The time out used for taking from the Seda Queue.
|
protected SedaStageInterceptingMessageProcessor |
sedaStage
Deprecated.
|
protected ThreadingProfile |
threadingProfile
Deprecated.
The threading profile to use for this service.
|
asyncReplyMessageSource, component, exceptionListener, INITIAL_STATE_PAUSED, INITIAL_STATE_STARTED, INITIAL_STATE_STOPPED, initialState, lifecycleManager, logger, messageInfoMapping, messageProcessorChain, messageSource, model, muleContext, name, outboundRouter, statsPHASE_NAMEPHASE_NAMEPHASE_NAMEPHASE_NAMEPROPERTY_NAME| Constructor and Description |
|---|
SedaService(MuleContext muleContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMessageProcessors(MessageProcessorChainBuilder builder)
Deprecated.
|
protected ServiceStatistics |
createStatistics()
Deprecated.
|
protected void |
doInitialise()
Deprecated.
Initialise the service.
|
protected void |
doPause()
Deprecated.
Custom components can execute code necessary to put the service in a paused state here.
|
protected void |
doResume()
Deprecated.
Custom components can execute code necessary to resume a service once it has
been paused If a developer overloads this method the doPause() method MUST
also be overloaded to avoid inconsistent state in the service
|
QueueProfile |
getQueueProfile()
Deprecated.
|
Integer |
getQueueTimeout()
Deprecated.
|
protected MessageProcessor |
getServiceStartedAssertingMessageProcessor()
Deprecated.
|
ThreadingProfile |
getThreadingProfile()
Deprecated.
|
void |
setQueueProfile(QueueProfile queueProfile)
Deprecated.
|
void |
setQueueTimeout(Integer queueTimeout)
Deprecated.
|
void |
setThreadingProfile(ThreadingProfile threadingProfile)
Deprecated.
|
buildServiceMessageProcessorChain, createAsyncReplyProcessor, dispatchEvent, dispose, disposeIfDisposable, doDispose, doForceStop, doStart, doStop, forceStop, getAsyncReplyMessageSource, getAsyncReplyTimeout, getComponent, getExceptionListener, getInitialState, getLifecycleManager, getLifecycleState, getMessageInfoMapping, getMessageProcessorChain, getMessageSource, getModel, getMuleContext, getName, getOutboundMessageProcessor, getStatistics, initialise, initialiseIfInitialisable, injectFlowConstructMuleContext, injectFlowConstructMuleContextExceptionHandler, isPaused, isStarted, isStopped, isStopping, pause, pauseIfPausable, process, resume, resumeIfResumable, sendEvent, setAsyncReplyMessageSource, setComponent, setExceptionListener, setInitialState, setMessageInfoMapping, setMessageProcessor, setMessageSource, setModel, setName, setOutboundMessageProcessor, start, startIfStartable, stop, stopIfStoppable, toStringgetAnnotation, getAnnotations, setAnnotationsprotected Integer queueTimeout
protected ThreadingProfile threadingProfile
protected QueueProfile queueProfile
protected SedaStageInterceptingMessageProcessor sedaStage
public SedaService(MuleContext muleContext)
protected MessageProcessor getServiceStartedAssertingMessageProcessor()
getServiceStartedAssertingMessageProcessor in class AbstractServiceprotected void addMessageProcessors(MessageProcessorChainBuilder builder)
addMessageProcessors in class AbstractServiceprotected void doInitialise()
throws InitialisationException
doInitialise in class AbstractServiceInitialisationException - if the service fails to
initialiseprotected ServiceStatistics createStatistics()
createStatistics in class AbstractServicepublic QueueProfile getQueueProfile()
public void setQueueProfile(QueueProfile queueProfile)
public Integer getQueueTimeout()
public void setQueueTimeout(Integer queueTimeout)
public ThreadingProfile getThreadingProfile()
public void setThreadingProfile(ThreadingProfile threadingProfile)
protected void doPause()
throws MuleException
AbstractServicedoPause in class AbstractServiceMuleExceptionprotected void doResume()
throws MuleException
AbstractServicedoResume in class AbstractServiceMuleExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.