org.mule.management.mbeans
Interface ComponentStatsMBean

All Known Subinterfaces:
ComponentServiceMBean
All Known Implementing Classes:
ComponentService, ComponentStats

public interface ComponentStatsMBean

ComponentStatsMBean TODO

Version:
$Revision: 7976 $
Author:
Ross Mason, Guillaume Nodet

Method Summary
 void clearStatistics()
           
 long getAsyncEventsReceived()
           
 long getAsyncEventsSent()
           
 long getAverageExecutionTime()
           
 long getAverageQueueSize()
           
 long getExecutedEvents()
           
 long getExecutionErrors()
           
 long getFatalErrors()
           
 long getMaxExecutionTime()
           
 long getMaxQueueSize()
           
 long getMinExecutionTime()
           
 long getQueuedEvents()
           
 long getReplyToEventsSent()
           
 long getSyncEventsReceived()
           
 long getSyncEventsSent()
           
 long getTotalEventsReceived()
           
 long getTotalEventsSent()
           
 long getTotalExecutionTime()
           
 

Method Detail

clearStatistics

public void clearStatistics()

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-2008 MuleSource, Inc.. All Rights Reserved.