org.mule.management.mbeans
Interface ComponentStatsMBean
- All Known Implementing Classes:
- ComponentStats
- public interface ComponentStatsMBean
ComponentStatsMBean
TODO
- Version:
- $Revision: 1.2 $
- Author:
- Guillaume Nodet
clear
public void clear()
getRouterInbound
public ObjectName getRouterInbound()
getRouterOutbound
public ObjectName getRouterOutbound()
getAverageExecutionTime
public long getAverageExecutionTime()
getAverageQueueSize
public long getAverageQueueSize()
getMaxQueueSize
public long getMaxQueueSize()
getMaxExecutionTime
public long getMaxExecutionTime()
getFatalErrors
public long getFatalErrors()
getMinExecutionTime
public long getMinExecutionTime()
getTotalExecutionTime
public long getTotalExecutionTime()
getQueuedEvents
public long getQueuedEvents()
getAsyncEventsReceived
public long getAsyncEventsReceived()
getSyncEventsReceived
public long getSyncEventsReceived()
getReplyToEventsSent
public long getReplyToEventsSent()
getSyncEventsSent
public long getSyncEventsSent()
getAsyncEventsSent
public long getAsyncEventsSent()
getTotalEventsSent
public long getTotalEventsSent()
getTotalEventsReceived
public long getTotalEventsReceived()
getExecutedEvents
public long getExecutedEvents()
getExecutionErrors
public long getExecutionErrors()
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.