| java.lang.Object org.ow2.easybeans.pool.PoolEntryStatistics
PoolEntryStatistics | public class PoolEntryStatistics (Code) | | Provides statistics on an entry of the pool.
author: Florent Benoit |
getCreatedTime | public long getCreatedTime()(Code) | | creation time |
setCreatedTime | public void setCreatedTime(long createdTime)(Code) | | Sets the value of the creation time of this entry.
Parameters: createdTime - long value. |
|
|