|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.pool.PoolEntryStatistics
public class PoolEntryStatistics
Provides statistics on an entry of the pool.
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 |
---|
private long createdTime
Constructor Detail |
---|
public PoolEntryStatistics()
Method Detail |
---|
public long getCreatedTime()
public void setCreatedTime(long createdTime)
createdTime
- long value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |