|
Jamaica 6.1 release 1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.realtime.MemoryArea
javax.realtime.ImmortalMemory
public final class ImmortalMemory
Jamaica Real-Time Specification for Java class ImmortalMemory.
ImmortalMemory is accessible by all schedulable objects (including NoHeapRealtimeThread and no-heap AsyncEventHandlers) and normal Java threads.
The memory of objects allocated in ImmortalMemory will never be reclaimed and finalize methods of objects allocated in ImmortalMemory will never be executed.
| Method Summary | |
|---|---|
static ImmortalMemory |
instance()
instance returns the single instance of ImmortalMemory in the system. |
| Methods inherited from class javax.realtime.MemoryArea |
|---|
enter, enter, executeInArea, finalize, getMemoryArea, memoryConsumed, memoryRemaining, newArray, newInstance, newInstance, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ImmortalMemory instance()
|
Jamaica 6.1 release 1
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||