|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentServiceMBean
ComponentServiceMBean
defines the management interface for a mule
managed component.
Method Summary | |
---|---|
void |
dispose()
|
void |
forceStop()
Causes the component to stop without processing its event queue first |
String |
getName()
The name of this component |
int |
getQueueSize()
The number of queued events for this component |
javax.management.ObjectName |
getStatistics()
The statistics for this component |
boolean |
isPaused()
|
boolean |
isStopped()
|
boolean |
isStopping()
|
void |
pause()
Pauses event processing for theComponent. |
void |
resume()
Resumes the Component that has been paused. |
Methods inherited from interface org.mule.umo.lifecycle.Stoppable |
---|
stop |
Methods inherited from interface org.mule.umo.lifecycle.Startable |
---|
start |
Methods inherited from interface org.mule.management.mbeans.ComponentStatsMBean |
---|
clearStatistics, getAsyncEventsReceived, getAsyncEventsSent, getAverageExecutionTime, getAverageQueueSize, getExecutedEvents, getExecutionErrors, getFatalErrors, getMaxExecutionTime, getMaxQueueSize, getMinExecutionTime, getQueuedEvents, getReplyToEventsSent, getSyncEventsReceived, getSyncEventsSent, getTotalEventsReceived, getTotalEventsSent, getTotalExecutionTime |
Method Detail |
---|
javax.management.ObjectName getStatistics()
ComponentStats
String getName()
int getQueueSize()
void pause() throws UMOException
UMOException
- if the component failed to pause.MuleConfiguration
void resume() throws UMOException
UMOException
- if the component failed to resumeboolean isPaused()
boolean isStopped()
void dispose() throws UMOException
UMOException
void forceStop() throws UMOException
UMOException
boolean isStopping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |