org.springframework.integration.monitor
Class Statistics

java.lang.Object
  extended by org.springframework.integration.monitor.Statistics

public class Statistics
extends java.lang.Object

Since:
2.0

Constructor Summary
Statistics(int count, double min, double max, double mean, double standardDeviation)
           
 
Method Summary
 int getCount()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 double getStandardDeviation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Statistics

public Statistics(int count,
                  double min,
                  double max,
                  double mean,
                  double standardDeviation)
Method Detail

getCount

public int getCount()

getMin

public double getMin()

getMax

public double getMax()

getMean

public double getMean()

getStandardDeviation

public double getStandardDeviation()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object