org.mule.management.stats
Class SedaServiceStatistics

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

public class SedaServiceStatistics
extends ServiceStatistics

TODO MULE-2233 Pooling functionality has been abstracted out of the SedaService. This class should be updated accordingly.

See Also:
Serialized Form

Constructor Summary
SedaServiceStatistics(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.ServiceStatistics
decQueuedEvent, getAsyncEventsReceived, getAsyncEventsSent, getAverageExecutionTime, getAverageQueueSize, getComponentStat, 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, setComponentStat, setEnabled, setInboundRouterStat, setName, setOutboundRouterStat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SedaServiceStatistics

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

clear

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

getComponentPoolMaxSize

public int getComponentPoolMaxSize()

getComponentPoolAbsoluteMaxSize

public int getComponentPoolAbsoluteMaxSize()

getComponentPoolSize

public int getComponentPoolSize()

setComponentPoolSize

public void setComponentPoolSize(int componentPoolSize)


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