org.objectweb.easybeans.pool
Class PoolEntryStatistics

java.lang.Object
  extended by org.objectweb.easybeans.pool.PoolEntryStatistics

public class PoolEntryStatistics
extends java.lang.Object

Provides statistics on an entry of the pool.

Author:
Florent Benoit

Field Summary
private  long createdTime
          Time when this element has been created.
 
Constructor Summary
PoolEntryStatistics()
           
 
Method Summary
 long getCreatedTime()
           
 void setCreatedTime(long createdTime)
          Sets the value of the creation time of this entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createdTime

private long createdTime
Time when this element has been created.

Constructor Detail

PoolEntryStatistics

public PoolEntryStatistics()
Method Detail

getCreatedTime

public long getCreatedTime()
Returns:
creation time

setCreatedTime

public void setCreatedTime(long createdTime)
Sets the value of the creation time of this entry.

Parameters:
createdTime - long value.