org.apache.jetspeed.statistics.impl
Class AggregateStatisticsImpl

java.lang.Object
  extended by org.apache.jetspeed.statistics.impl.AggregateStatisticsImpl
All Implemented Interfaces:
java.io.Serializable, AggregateStatistics

public class AggregateStatisticsImpl
extends java.lang.Object
implements AggregateStatistics

AggregateStatisticsImpl

Version:
$Id: $
Author:
Chris Schaefer , David Sean Taylor
See Also:
Serialized Form

Constructor Summary
AggregateStatisticsImpl()
           
 
Method Summary
 void addRow(java.util.Map row)
           
 float getAvgProcessingTime()
           
 int getHitCount()
           
 float getMaxProcessingTime()
           
 float getMinProcessingTime()
           
 java.util.List getStatlist()
           
 void setAvgProcessingTime(float time)
           
 void setHitCount(int hitCount)
           
 void setMaxProcessingTime(float time)
           
 void setMinProcessingTime(float time)
           
 void setStatlist(java.util.List statlist)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AggregateStatisticsImpl

public AggregateStatisticsImpl()
Method Detail

addRow

public void addRow(java.util.Map row)
Specified by:
addRow in interface AggregateStatistics

getAvgProcessingTime

public float getAvgProcessingTime()
Specified by:
getAvgProcessingTime in interface AggregateStatistics

getHitCount

public int getHitCount()
Specified by:
getHitCount in interface AggregateStatistics

getMaxProcessingTime

public float getMaxProcessingTime()
Specified by:
getMaxProcessingTime in interface AggregateStatistics

getMinProcessingTime

public float getMinProcessingTime()
Specified by:
getMinProcessingTime in interface AggregateStatistics

setHitCount

public void setHitCount(int hitCount)
Specified by:
setHitCount in interface AggregateStatistics

setMaxProcessingTime

public void setMaxProcessingTime(float time)
Specified by:
setMaxProcessingTime in interface AggregateStatistics

setMinProcessingTime

public void setMinProcessingTime(float time)
Specified by:
setMinProcessingTime in interface AggregateStatistics

setAvgProcessingTime

public void setAvgProcessingTime(float time)
Specified by:
setAvgProcessingTime in interface AggregateStatistics

toString

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

getStatlist

public java.util.List getStatlist()
Specified by:
getStatlist in interface AggregateStatistics
Returns:
Returns the statlist.

setStatlist

public void setStatlist(java.util.List statlist)
Specified by:
setStatlist in interface AggregateStatistics
Parameters:
statlist - The statlist to set.


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.