|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public javax.management.ObjectName getStatistics()
ComponentStats
public String getName()
public int getQueueSize()
public void pause() throws UMOException
UMOException
- if the component failed to pause.MuleConfiguration
public void resume() throws UMOException
UMOException
- if the component failed to resumepublic boolean isPaused()
public boolean isStopped()
public void dispose() throws UMOException
UMOException
public void forceStop() throws UMOException
UMOException
public boolean isStopping()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |