javax.realtime
Class HeapMemory
java.lang.Object
javax.realtime.MemoryArea
javax.realtime.HeapMemory
- public final class HeapMemory
- extends MemoryArea
The HeapMemory class is a singleton object that allows logic within
other scoped memory to allocate objects in the Java heap.
- Author:
- Angelo Corsaro, Morgan Deters
Method Summary |
static HeapMemory |
instance()
Returns a reference to the singleton HeapMemory space. |
Methods inherited from class javax.realtime.MemoryArea |
enter, enter, executeInArea, finalize, getMemoryArea, guardedRun, memoryConsumed, memoryRemaining, newArray, newInstance, newInstance, size |
instance
public static HeapMemory instance()
- Returns a reference to the singleton HeapMemory space.
- Returns:
- The singleton HeapMemory object.
jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.