org.ow2.util.pool.impl
Class PoolEntryStatistics

java.lang.Object
  extended by org.ow2.util.pool.impl.PoolEntryStatistics

public class PoolEntryStatistics
extends java.lang.Object

Provides statistics on an entry of the pool.

Author:
Florent Benoit

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
 

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.


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