org.mule.management.mbeans
Class ComponentStats
java.lang.Object
org.mule.management.mbeans.ComponentStats
- All Implemented Interfaces:
- ComponentStatsMBean, javax.management.MBeanRegistration
- public class ComponentStats
- extends Object
- implements ComponentStatsMBean, javax.management.MBeanRegistration
ComponentStats
TODO
- Version:
- $Revision: 7976 $
- 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 javax.management.ObjectName preRegister(javax.management.MBeanServer server,
javax.management.ObjectName name)
throws Exception
- Specified by:
preRegister
in interface javax.management.MBeanRegistration
- Throws:
Exception
postRegister
public void postRegister(Boolean registrationDone)
- Specified by:
postRegister
in interface javax.management.MBeanRegistration
preDeregister
public void preDeregister()
throws Exception
- Specified by:
preDeregister
in interface javax.management.MBeanRegistration
- Throws:
Exception
postDeregister
public void postDeregister()
- Specified by:
postDeregister
in interface javax.management.MBeanRegistration
getRouterInbound
public javax.management.ObjectName getRouterInbound()
getRouterOutbound
public javax.management.ObjectName getRouterOutbound()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.