org.mule.management.stats
Class SedaComponentStatistics

java.lang.Object
  extended by org.mule.management.stats.ComponentStatistics
      extended by org.mule.management.stats.SedaComponentStatistics
All Implemented Interfaces:
Serializable, Statistics

public class SedaComponentStatistics
extends ComponentStatistics

TODO

See Also:
Serialized Form

Constructor Summary
SedaComponentStatistics(String name, int threadPoolSize, int componentPoolsize)
           
 
Method Summary
 void clear()
           
 int getComponentPoolAbsoluteMaxSize()
           
 int getComponentPoolMaxSize()
           
 int getComponentPoolSize()
           
 void setComponentPoolSize(int componentPoolSize)
           
 
Methods inherited from class org.mule.management.stats.ComponentStatistics
addExecutionTime, decQueuedEvent, getAsyncEventsReceived, getAsyncEventsSent, getAverageExecutionTime, getAverageQueueSize, getExecutedEvents, getExecutionErrors, getFatalErrors, getInboundRouterStat, getMaxExecutionTime, getMaxQueueSize, getMinExecutionTime, getName, getOutboundRouterStat, getQueuedEvents, getReplyToEventsSent, getSamplePeriod, getSyncEventsReceived, getSyncEventsSent, getThreadPoolSize, getTotalEventsReceived, getTotalEventsSent, getTotalExecutionTime, incExecutionError, incFatalError, incQueuedEvent, incReceivedEventASync, incReceivedEventSync, incSentEventASync, incSentEventSync, incSentReplyToEvent, isEnabled, logSummary, logSummary, setEnabled, setInboundRouterStat, setName, setOutboundRouterStat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SedaComponentStatistics

public SedaComponentStatistics(String name,
                               int threadPoolSize,
                               int componentPoolsize)
Method Detail

clear

public void clear()
Specified by:
clear in interface Statistics
Overrides:
clear in class ComponentStatistics

getComponentPoolMaxSize

public int getComponentPoolMaxSize()

getComponentPoolAbsoluteMaxSize

public int getComponentPoolAbsoluteMaxSize()

getComponentPoolSize

public int getComponentPoolSize()

setComponentPoolSize

public void setComponentPoolSize(int componentPoolSize)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.