|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dautelle.realtime.Context
com.dautelle.realtime.HeapContext
This class represents a heap context; it is used to allocate objects from the heap exclusively (normal thread default).
Method Summary | |
static void |
enter()
Enters a HeapContext . |
static void |
exit()
Exits the current HeapContext . |
Methods inherited from class com.dautelle.realtime.Context |
current, getInner, getOuter, getOwner, pop, push, push |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void enter()
HeapContext
.
public static void exit()
HeapContext
.
java.lang.ClassCastException
- if the current context is not a heap context.
java.lang.UnsupportedOperationException
- if the current context is the root
context.
|
JADE v6.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |