@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_NAMEPHASE_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, getTypegetAsyncEventsSent, getAverageExecutionTime, getAverageQueueSize, getExecutedEvents, getMaxExecutionTime, getMaxQueueSize, getMinExecutionTime, getQueuedEvents, getReplyToEventsSent, getSyncEventsSent, getTotalEventsSent, getTotalExecutionTimeclearStatistics, getAsyncEventsReceived, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getProcessedEvents, getSyncEventsReceived, getTotalEventsReceived, getTotalProcessingTimestatic final String DEFAULT_JMX_NAME_PREFIX
int getQueueSize()
void pause()
throws MuleException
MuleException - if the service failed to pause.MuleConfigurationvoid resume()
throws MuleException
MuleException - if the service failed to resumeboolean isPaused()
boolean isStopped()
void dispose()
throws MuleException
MuleExceptionvoid forceStop()
throws MuleException
MuleExceptionboolean isStopping()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.