net.java.dev.moskito.core.predefined
Class ServiceStats

java.lang.Object
  extended by net.java.dev.moskito.core.producers.AbstractStats
      extended by net.java.dev.moskito.core.predefined.RequestOrientedStats
          extended by net.java.dev.moskito.core.predefined.ServiceStats
All Implemented Interfaces:
IStats

public class ServiceStats
extends RequestOrientedStats


Constructor Summary
ServiceStats()
           
ServiceStats(String aMethodName)
          Creates a new MethodStats object with the given method name.
ServiceStats(String aMethodName, Interval[] intervals)
           
 
Method Summary
 
Methods inherited from class net.java.dev.moskito.core.predefined.RequestOrientedStats
addExecutionTime, addRequest, getAverageRequestDuration, getAverageRequestDuration, getCurrentRequests, getCurrentRequests, getErrors, getErrors, getLastRequest, getLastRequest, getMaxCurrentRequests, getMaxCurrentRequests, getMaxTime, getMethodName, getMinTime, getName, getSelectedIntervals, getTotalRequests, getTotalRequests, getTotalTime, getTotalTime, notifyError, notifyRequestFinished, setMethodName, setSelectedIntervals, toStatsString, toString, toString
 
Methods inherited from class net.java.dev.moskito.core.producers.AbstractStats
createSnapshot, toStatsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceStats

public ServiceStats(String aMethodName)
Creates a new MethodStats object with the given method name.

Parameters:
aMethodName -

ServiceStats

public ServiceStats()

ServiceStats

public ServiceStats(String aMethodName,
                    Interval[] intervals)


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework