org.mule.management.stats
Class SedaServiceStatistics

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

Deprecated.

@Deprecated
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

Field Summary
 
Fields inherited from class org.mule.management.stats.FlowConstructStatistics
flowStatistics
 
Fields inherited from class org.mule.management.stats.AbstractFlowConstructStatistics
enabled, flowConstructType, name, receivedEventASync, receivedEventSync
 
Constructor Summary
SedaServiceStatistics(String name, int threadPoolSize, int componentPoolsize)
          Deprecated.  
 
Method Summary
 void clear()
          Deprecated.  
 int getComponentPoolAbsoluteMaxSize()
          Deprecated.  
 int getComponentPoolMaxSize()
          Deprecated.  
 int getComponentPoolSize()
          Deprecated.  
 void setComponentPoolSize(int componentPoolSize)
          Deprecated.  
 
Methods inherited from class org.mule.management.stats.ServiceStatistics
decQueuedEvent, getAsyncEventsSent, getAverageExecutionTime, getAverageQueueSize, getComponentStat, getExecutedEvents, getInboundRouterStat, getMaxExecutionTime, getMaxQueueSize, getMinExecutionTime, getOutboundRouterStat, getQueuedEvents, getReplyToEventsSent, getSyncEventsSent, getTotalEventsSent, getTotalExecutionTime, incQueuedEvent, incSentEventASync, incSentEventSync, incSentReplyToEvent, logSummary, logSummary, setComponentStat, setEnabled, setInboundRouterStat, setOutboundRouterStat
 
Methods inherited from class org.mule.management.stats.FlowConstructStatistics
addCompleteFlowExecutionTime, addFlowExecutionBranchTime, getAverageProcessingTime, getExecutionErrors, getFatalErrors, getMaxProcessingTime, getMinProcessingTime, getProcessedEvents, getThreadPoolSize, getTotalProcessingTime, incExecutionError, incFatalError, isEnabled
 
Methods inherited from class org.mule.management.stats.AbstractFlowConstructStatistics
getAsyncEventsReceived, getFlowConstructType, getName, getSamplePeriod, getSyncEventsReceived, getTotalEventsReceived, incReceivedEventASync, incReceivedEventSync, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.management.stats.Statistics
isEnabled
 

Constructor Detail

SedaServiceStatistics

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

clear

public void clear()
Deprecated. 
Overrides:
clear in class ServiceStatistics

getComponentPoolMaxSize

public int getComponentPoolMaxSize()
Deprecated. 

getComponentPoolAbsoluteMaxSize

public int getComponentPoolAbsoluteMaxSize()
Deprecated. 

getComponentPoolSize

public int getComponentPoolSize()
Deprecated. 

setComponentPoolSize

public void setComponentPoolSize(int componentPoolSize)
Deprecated. 


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.