|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface identifies classes with higher performance and higher
predictability when their methods are executed within
a PoolContext
.
Classes implementing this interface can be allocated on the stack and do not generate garbage.
Method Summary | |
java.lang.Object |
export()
Exports this object out of the current pool context. |
java.lang.Object |
toHeap()
Moves this object to the heap. |
Method Detail |
public java.lang.Object export()
Realtime
members are exported as well (recursion).
This method affects only objects belonging to the current pool context.
To avoid pool depletion, a "free" object from the outer pool
is moved to replace the object being exported.
this
public java.lang.Object toHeap()
Realtime
members are moved to the heap as well (recursion).
This method affects only objects belonging to a pool context
(current or not).
this
|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |