|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.util.pool.PoolHandler
public abstract class PoolHandler
Box for a Object for the Pool
Constructor Summary | |
---|---|
PoolHandler()
constructor of the class |
Method Summary | |
---|---|
abstract void |
clear()
clear the Handler |
abstract Object |
getData()
returns the Value |
long |
getTime()
|
abstract void |
setData(Object o)
sets the value |
void |
setTime()
Sets the Time |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoolHandler()
Method Detail |
---|
public abstract void clear()
public final long getTime()
public final void setTime()
public abstract void setData(Object o)
o
- public abstract Object getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |