org.ow2.util.pool.impl.enhanced.impl.listener.statistics
Class ExtendedPoolStats

java.lang.Object
  extended by org.ow2.util.pool.impl.enhanced.impl.listener.statistics.BasicPoolStats
      extended by org.ow2.util.pool.impl.enhanced.impl.listener.statistics.ExtendedPoolStats
All Implemented Interfaces:
StockerStatistics

public class ExtendedPoolStats
extends BasicPoolStats

Author:
Gael Lalire

Constructor Summary
ExtendedPoolStats()
           
 
Method Summary
 long getGetMethodCount()
           
 double getGetMethodDurationAverage()
           
 void setGetMethodCount(long getMethodCount)
           
 void setGetMethodDurationAverage(double getMethodDurationAverage)
           
 
Methods inherited from class org.ow2.util.pool.impl.enhanced.impl.listener.statistics.BasicPoolStats
getNotSendedBack, getStockedCount, getWaiters, setNotSendedBack, setWaiters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedPoolStats

public ExtendedPoolStats()
Method Detail

getGetMethodCount

public long getGetMethodCount()
Returns:
the getMethodCount

setGetMethodCount

public void setGetMethodCount(long getMethodCount)
Parameters:
getMethodCount - the getMethodCount to set

getGetMethodDurationAverage

public double getGetMethodDurationAverage()
Returns:
the getMethodDurationAverage

setGetMethodDurationAverage

public void setGetMethodDurationAverage(double getMethodDurationAverage)
Parameters:
getMethodDurationAverage - the getMethodDurationAverage to set


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.