|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.realtime.MemoryArea
javax.realtime.ImmortalPhysicalMemory
public class ImmortalPhysicalMemory
Jamaica Real-Time Specification for Java class ImmortalPhysicalMemory.
This memory area permits the allocation of objects in a memory area that has the same characteristics as ImmortalMemory but that lies in a range of memory of a predetermined type.
Field Summary |
---|
Fields inherited from class javax.realtime.MemoryArea |
---|
memoryAreaHeapLock |
Constructor Summary | |
---|---|
ImmortalPhysicalMemory(Object type,
long size)
Constructor to create an instance of ImmortalPhysicalMemory with the given type and size. |
|
ImmortalPhysicalMemory(Object type,
long base,
long size)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, and size. |
|
ImmortalPhysicalMemory(Object type,
long base,
long size,
Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, size, and logic. |
|
ImmortalPhysicalMemory(Object type,
long size,
Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, size and logic. |
|
ImmortalPhysicalMemory(Object type,
long base,
SizeEstimator size)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, and size. |
|
ImmortalPhysicalMemory(Object type,
long base,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, base address, size, and logic. |
|
ImmortalPhysicalMemory(Object type,
SizeEstimator size)
Constructor to create an instance of ImmortalPhysicalMemory with the given type and size. |
|
ImmortalPhysicalMemory(Object type,
SizeEstimator size,
Runnable logic)
Constructor to create an instance of ImmortalPhysicalMemory with the given type, size, and logic. |
Method Summary |
---|
Methods inherited from class javax.realtime.MemoryArea |
---|
clearMemory, createStackedMemory, enter, enter, executeInArea, freeStacked, getMemoryArea, memoryConsumed, memoryNeedsToBeCleared, memoryNeedsToBeFreed, memoryRemaining, newArray, newInstance, newInstance, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImmortalPhysicalMemory(Object type, long size) throws SecurityException, SizeOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException
type
- The type or array of types of memory that is
requested.size
- The size of the memory area in bytes.
SecurityException
SizeOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
public ImmortalPhysicalMemory(Object type, long base, long size) throws SecurityException, SizeOutOfBoundsException, OffsetOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException, MemoryInUseException
type
- The type or array of types of memory that is
requested.base
- The base address of the area.size
- The size of the memory area in bytes.
SecurityException
SizeOutOfBoundsException
OffsetOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
MemoryInUseException
public ImmortalPhysicalMemory(Object type, SizeEstimator size) throws SecurityException, SizeOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException
type
- The type or array of types of memory that is
requested.size
- The size of the memory area.
SecurityException
SizeOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
public ImmortalPhysicalMemory(Object type, long base, SizeEstimator size) throws SecurityException, SizeOutOfBoundsException, OffsetOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException, MemoryInUseException
type
- The type or array of types of memory that is
requested.base
- The base address of the area.size
- The size of the memory area.
SecurityException
SizeOutOfBoundsException
OffsetOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
MemoryInUseException
public ImmortalPhysicalMemory(Object type, long size, Runnable logic) throws SecurityException, SizeOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException
type
- The type or array of types of memory that is
requested.size
- The size of the memory area in bytes.logic
- The default logic to be executed on a call to
enter().
SecurityException
SizeOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
public ImmortalPhysicalMemory(Object type, long base, long size, Runnable logic) throws SecurityException, SizeOutOfBoundsException, OffsetOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException, MemoryInUseException
type
- The type or array of types of memory that is
requested.base
- The base address of the area.size
- The size of the memory area in bytes.logic
- The default logic to be executed on a call to
enter().
SecurityException
SizeOutOfBoundsException
OffsetOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
MemoryInUseException
public ImmortalPhysicalMemory(Object type, SizeEstimator size, Runnable logic) throws SecurityException, SizeOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException
type
- The type or array of types of memory that is
requested.size
- The size of the memory area.logic
- The default logic to be executed on a call to
enter().
SecurityException
SizeOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
public ImmortalPhysicalMemory(Object type, long base, SizeEstimator size, Runnable logic) throws SecurityException, SizeOutOfBoundsException, OffsetOutOfBoundsException, UnsupportedPhysicalMemoryException, MemoryTypeConflictException, MemoryInUseException
type
- The type or array of types of memory that is
requested.base
- The base address of the area.size
- The size of the memory area.logic
- The default logic to be executed on a call to
enter().
SecurityException
SizeOutOfBoundsException
OffsetOutOfBoundsException
UnsupportedPhysicalMemoryException
MemoryTypeConflictException
MemoryInUseException
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |