org.objectweb.jonas.resource.pool.api
Class PoolItemStats
java.lang.Object
org.objectweb.jonas.resource.pool.api.PoolItemStats
- public class PoolItemStats
- extends java.lang.Object
This class holds information about each pool entry.
- Author:
- Eric Hardesty
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoolItemStats
public PoolItemStats()
getMaxAgeTimeout
public long getMaxAgeTimeout()
setMaxAgeTimeout
public void setMaxAgeTimeout(long pTime)
getStartTime
public long getStartTime()
setStartTime
public void setStartTime(long pTime)
getTotalConnectionTime
public long getTotalConnectionTime()
setTotalConnectionTime
public void setTotalConnectionTime(long pTime)
getUses
public int getUses()
incrementUses
public void incrementUses()