|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.realtime.MemoryArea | +--javax.realtime.NullMemoryArea
Field Summary | |
static long |
count
Count how many instances of the NullMemoryArea are asked for. |
private static javax.realtime.NullMemoryArea |
nullMemory
The one and only NullMemoryArea. |
Fields inherited from class javax.realtime.MemoryArea |
constant, heap, id, logic, memoryConsumed, nullClassArr, nullMem, nullObjArr, scoped, shadow, size |
Constructor Summary | |
private |
NullMemoryArea()
Create the one and only NullMemoryArea. |
Method Summary | |
void |
checkAccess(java.lang.Object obj)
Check access to this NullMemoryArea. |
protected void |
initNative(long sizeInBytes)
Initialize the native component of this NullMemoryArea. |
static javax.realtime.NullMemoryArea |
instance()
Return an instance of the one and only NullMemoryArea. |
java.lang.String |
toString()
Print out a helpful string representing this NullMemoryArea. |
Methods inherited from class javax.realtime.MemoryArea |
bless, checkNewInstance, enter, enter, enterMemBlock, executeInArea, exitMemBlock, getMemoryArea, getOuterScope, memoryConsumed, memoryRemaining, newArray, newArray, newArray, newArray, newInstance, newInstance, newInstance, newInstance, postSetup, preSetup, registerFinal, shadow, size, startMem, stopMem, throwIllegalAssignmentError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static long count
private static javax.realtime.NullMemoryArea nullMemory
Constructor Detail |
private NullMemoryArea()
Method Detail |
protected void initNative(long sizeInBytes)
initNative
in class MemoryArea
public static javax.realtime.NullMemoryArea instance()
public void checkAccess(java.lang.Object obj)
checkAccess
in class MemoryArea
public java.lang.String toString()
toString
in class MemoryArea
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |