@Deprecated public interface ServiceServiceMBean extends Stoppable, Startable, FlowConstructServiceMBean, ServiceStatsMBean
ServiceServiceMBean
defines the management interface for a mule
managed service.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_JMX_NAME_PREFIX
Deprecated.
|
PHASE_NAME
PHASE_NAME
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Deprecated.
|
void |
forceStop()
Deprecated.
Causes the service to stop without processing its event queue first
|
int |
getQueueSize()
Deprecated.
The number of queued events for this service
|
boolean |
isPaused()
Deprecated.
|
boolean |
isStopped()
Deprecated.
|
boolean |
isStopping()
Deprecated.
|
void |
pause()
Deprecated.
Pauses event processing for theComponent.
|
void |
resume()
Deprecated.
Resumes the Service that has been paused.
|
getName, getStatistics, getType
getAsyncEventsSent, getAverageExecutionTime, getAverageQueueSize, getExecutedEvents, getMaxExecutionTime, getMaxQueueSize, getMinExecutionTime, getQueuedEvents, getReplyToEventsSent, getSyncEventsSent, getTotalEventsSent, getTotalExecutionTime
clearStatistics, getAsyncEventsReceived, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getProcessedEvents, getSyncEventsReceived, getTotalEventsReceived, getTotalProcessingTime
static final String DEFAULT_JMX_NAME_PREFIX
int getQueueSize()
void pause() throws MuleException
MuleException
- if the service failed to pause.MuleConfiguration
void resume() throws MuleException
MuleException
- if the service failed to resumeboolean isPaused()
boolean isStopped()
void dispose() throws MuleException
MuleException
void forceStop() throws MuleException
MuleException
boolean isStopping()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.