org.mule.management.mbeans
Class ComponentStats
java.lang.Object
org.mule.management.mbeans.ComponentStats
- All Implemented Interfaces:
- ComponentStatsMBean
- public class ComponentStats
- extends Object
- implements ComponentStatsMBean
ComponentStats TODO
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason, Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentStats
public ComponentStats(ComponentStatistics statistics)
clearStatistics
public void clearStatistics()
- Specified by:
clearStatistics in interface ComponentStatsMBean
getAsyncEventsReceived
public long getAsyncEventsReceived()
- Specified by:
getAsyncEventsReceived in interface ComponentStatsMBean
- Returns:
getAsyncEventsSent
public long getAsyncEventsSent()
- Specified by:
getAsyncEventsSent in interface ComponentStatsMBean
- Returns:
getAverageExecutionTime
public long getAverageExecutionTime()
- Specified by:
getAverageExecutionTime in interface ComponentStatsMBean
- Returns:
getAverageQueueSize
public long getAverageQueueSize()
- Specified by:
getAverageQueueSize in interface ComponentStatsMBean
- Returns:
getExecutedEvents
public long getExecutedEvents()
- Specified by:
getExecutedEvents in interface ComponentStatsMBean
- Returns:
getExecutionErrors
public long getExecutionErrors()
- Specified by:
getExecutionErrors in interface ComponentStatsMBean
- Returns:
getFatalErrors
public long getFatalErrors()
- Specified by:
getFatalErrors in interface ComponentStatsMBean
- Returns:
getMaxExecutionTime
public long getMaxExecutionTime()
- Specified by:
getMaxExecutionTime in interface ComponentStatsMBean
- Returns:
getMaxQueueSize
public long getMaxQueueSize()
- Specified by:
getMaxQueueSize in interface ComponentStatsMBean
- Returns:
getMinExecutionTime
public long getMinExecutionTime()
- Specified by:
getMinExecutionTime in interface ComponentStatsMBean
- Returns:
getName
public String getName()
- Returns:
getQueuedEvents
public long getQueuedEvents()
- Specified by:
getQueuedEvents in interface ComponentStatsMBean
- Returns:
getReplyToEventsSent
public long getReplyToEventsSent()
- Specified by:
getReplyToEventsSent in interface ComponentStatsMBean
- Returns:
getSyncEventsReceived
public long getSyncEventsReceived()
- Specified by:
getSyncEventsReceived in interface ComponentStatsMBean
- Returns:
getSyncEventsSent
public long getSyncEventsSent()
- Specified by:
getSyncEventsSent in interface ComponentStatsMBean
- Returns:
getTotalEventsReceived
public long getTotalEventsReceived()
- Specified by:
getTotalEventsReceived in interface ComponentStatsMBean
- Returns:
getTotalEventsSent
public long getTotalEventsSent()
- Specified by:
getTotalEventsSent in interface ComponentStatsMBean
- Returns:
getTotalExecutionTime
public long getTotalExecutionTime()
- Specified by:
getTotalExecutionTime in interface ComponentStatsMBean
- Returns:
preRegister
public ObjectName preRegister(MBeanServer server,
ObjectName name)
throws Exception
- Throws:
Exception
postRegister
public void postRegister(Boolean registrationDone)
preDeregister
public void preDeregister()
throws Exception
- Throws:
Exception
postDeregister
public void postDeregister()
getRouterInbound
public ObjectName getRouterInbound()
getRouterOutbound
public ObjectName getRouterOutbound()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.