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

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.ActionStats
All Implemented Interfaces:
IStats

public class ActionStats
extends RequestOrientedStats


Constructor Summary
ActionStats()
           
ActionStats(String aMethodName)
          Creates a new MethodStats object with the given method name.
ActionStats(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

ActionStats

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

Parameters:
aMethodName -

ActionStats

public ActionStats()

ActionStats

public ActionStats(String aMethodName,
                   Interval[] intervals)


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