|
|||||||||||
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()
|
java.lang.String |
getName()
The name of this component |
int |
getQueueSize()
The number of queued events for this component |
ObjectName |
getStatistics()
The statistics for this component |
boolean |
isPaused()
|
boolean |
isStopped()
|
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 |
Method Detail |
public ObjectName getStatistics()
ComponentStats
public java.lang.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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |