- map() - Method in class javax.realtime.RawMemoryAccess
-
map maps the physical memory into virtual memory.
- map(long) - Method in class javax.realtime.RawMemoryAccess
-
map maps the physical memory into virtual memory at the given
base address.
- map(long, long) - Method in class javax.realtime.RawMemoryAccess
-
map maps the physical memory into virtual memory at the given
base address.
- MAX_PRIORITY - Static variable in class javax.realtime.PriorityScheduler
-
- MEMORY_MAPPED_REGION - Static variable in class javax.realtime.device.RawMemoryFactory
-
This raw memory name is used to request access to I/O device space
implemented by processor instructions.
- MemoryAccessError - Error in javax.realtime
-
Jamaica Real-Time Specification for Java class
MemoryAccessError.
- MemoryAccessError() - Constructor for error javax.realtime.MemoryAccessError
-
Constructor of this exception without detail message.
- MemoryAccessError(String) - Constructor for error javax.realtime.MemoryAccessError
-
Constructor of this exception with detail message.
- MemoryArea - Class in javax.realtime
-
Jamaica Real-Time Specification for Java class MemoryArea.
- MemoryArea(long) - Constructor for class javax.realtime.MemoryArea
-
Constructor for a memory area of given size.
- MemoryArea(SizeEstimator) - Constructor for class javax.realtime.MemoryArea
-
Constructor for a memory area that gets its size from a
SizeEstimator.
- MemoryArea(long, Runnable) - Constructor for class javax.realtime.MemoryArea
-
Constructor for a memory area that of given size in bytes and
sets a logic.
- MemoryArea(SizeEstimator, Runnable) - Constructor for class javax.realtime.MemoryArea
-
Constructor for a memory area that of given size from a
SizeEstimator and sets a logic.
- memoryAreaHeapLock - Static variable in class javax.realtime.MemoryArea
-
Lock to protect alloc() and free() from concurrent execution.
- memoryConsumed() - Method in class javax.realtime.HeapMemory
-
memoryConsumed returns the number of bytes of memory of this
memory area that have been consumed.
- memoryConsumed() - Method in class javax.realtime.MemoryArea
-
memoryConsumed returns the number of bytes of memory of this
memory area that have been consumed.
- memoryConsumed() - Method in class javax.realtime.StackedMemory
-
Return the memory consumed in bytes
- MemoryInUseException - Exception in javax.realtime
-
Jamaica Real-Time Specification for Java class
MemoryInUseException.
- MemoryInUseException() - Constructor for exception javax.realtime.MemoryInUseException
-
Constructor of this exception without detail message.
- MemoryInUseException(String) - Constructor for exception javax.realtime.MemoryInUseException
-
Constructor of this exception with detail message.
- memoryNeedsToBeCleared() - Method in class javax.realtime.MemoryArea
-
- memoryNeedsToBeCleared() - Method in class javax.realtime.StackedMemory
-
Checks if memory needs clearing instead of freeing
- memoryNeedsToBeFreed() - Method in class javax.realtime.MemoryArea
-
- memoryNeedsToBeFreed() - Method in class javax.realtime.StackedMemory
-
Checks if memory needs to be freed on area finalization.
- MemoryParameters - Class in javax.realtime
-
Jamaica Real-Time Specification for Java class MemoryParameters.
- MemoryParameters(long, long) - Constructor for class javax.realtime.MemoryParameters
-
Constructor to create a MemoryParameters with given maximum
allocation budgets.
- MemoryParameters(long, long, long) - Constructor for class javax.realtime.MemoryParameters
-
Constructor to create a MemoryParameters with given maximum
allocation budgets.
- memoryRemaining() - Method in class javax.realtime.HeapMemory
-
memoryRemaining returns the number of available bytes left in
this memory area.
- memoryRemaining() - Method in class javax.realtime.MemoryArea
-
memoryRemaining returns the number of available bytes left in
this memory area.
- MemoryScopeException - Exception in javax.realtime
-
Jamaica Real-Time Specification for Java class
MemoryScopeException.
- MemoryScopeException() - Constructor for exception javax.realtime.MemoryScopeException
-
Constructor of this exception without detail message.
- MemoryScopeException(String) - Constructor for exception javax.realtime.MemoryScopeException
-
Constructor of this exception with detail message.
- MemoryTypeConflictException - Exception in javax.realtime
-
Jamaica Real-Time Specification for Java class
MemoryTypeConflictException.
- MemoryTypeConflictException() - Constructor for exception javax.realtime.MemoryTypeConflictException
-
Constructor of this exception without detail message.
- MemoryTypeConflictException(String) - Constructor for exception javax.realtime.MemoryTypeConflictException
-
Constructor
- MIN_PRIORITY - Static variable in class javax.realtime.PriorityScheduler
-
- mitViolationExcept - Static variable in class javax.realtime.SporadicParameters
-
The "EXCEPT" policy for dealing with minimum arrival time
violations.
- MITViolationException - Exception in javax.realtime
-
Jamaica Real-Time Specification for Java class
MITViolationException.
- MITViolationException() - Constructor for exception javax.realtime.MITViolationException
-
Constructor of this exception without detail message.
- MITViolationException(String) - Constructor for exception javax.realtime.MITViolationException
-
Constructor of this exception with detail message.
- mitViolationIgnore - Static variable in class javax.realtime.SporadicParameters
-
The "IGNORE" policy for dealing with minimum arrival time
violations.
- mitViolationReplace - Static variable in class javax.realtime.SporadicParameters
-
The "REPLACE" policy for dealing with minimum arrival time
violations.
- mitViolationSave - Static variable in class javax.realtime.SporadicParameters
-
The "SAVE" policy for dealing with minimum arrival time
violations.
- MonitorControl - Class in javax.realtime
-
Jamaica Real-Time Specification for Java class MonitorControl.
- MonitorControl() - Constructor for class javax.realtime.MonitorControl
-
Default Constructor, must be called by subclasses of
MonitorControl.