A B C D E F G H I J L M N O P R S T U V W

M

MITViolationException - exception javax.realtime.MITViolationException.
Thrown by the fire method of an instance of AsyncEvent when on a minimum interarrival time violation.
MITViolationException() - Constructor for class javax.realtime.MITViolationException
A constructor for MITViolationException.
MITViolationException(String) - Constructor for class javax.realtime.MITViolationException
A descriptive constructor for MITViolationException.
Main - class javax.realtime.test.preemption.Main.
Main program for a simple test of the Main() - Constructor for class javax.realtime.test.preemption.Main
 
Main - class javax.realtime.test.traffic.Main.
 
Main() - Constructor for class javax.realtime.test.traffic.Main
 
MemoryAccessError - error javax.realtime.MemoryAccessError.
This error is thrown on an attempt to refer to an object in an inaccessible MemoryArea.
MemoryAccessError() - Constructor for class javax.realtime.MemoryAccessError
A constructor for MemoryAccessError.
MemoryAccessError(String) - Constructor for class javax.realtime.MemoryAccessError
A descriptive constructor for MemoryAccessError.
MemoryArea - class javax.realtime.MemoryArea.
MemoryArea is the abstract base class of all classes dealing with the representation of allocatable memory areas, including the immortal memory area, physical memory and scoped memory areas.
MemoryArea(long) - Constructor for class javax.realtime.MemoryArea
Create an instance of MemoryArea.
MemoryArea(long, Runnable) - Constructor for class javax.realtime.MemoryArea
Constructor.
MemoryArea(SizeEstimator) - Constructor for class javax.realtime.MemoryArea
Create an instance of MemoryArea.
MemoryArea(SizeEstimator, Runnable) - Constructor for class javax.realtime.MemoryArea
Create an instance of MemoryArea.
MemoryInUseException - exception javax.realtime.MemoryInUseException.
There has been attempt to allocate a range of physical or virtual memory that is already in use.
MemoryInUseException() - Constructor for class javax.realtime.MemoryInUseException
A constructor for MemoryInUseException.
MemoryInUseException(String) - Constructor for class javax.realtime.MemoryInUseException
A descriptive constructor for MemoryInUseException.
MemoryParameters - class javax.realtime.MemoryParameters.
Memory parameters can be given on the constructor of RealTimeThread and AsynchEventHandler.
MemoryParameters(long, long) - Constructor for class javax.realtime.MemoryParameters
 
MemoryParameters(long, long, long) - Constructor for class javax.realtime.MemoryParameters
 
MemoryScopeException - exception javax.realtime.MemoryScopeException.
Thrown if construction of any of the wait-free queues is attempted with the ends of the queue in incompatible memory areas.
MemoryScopeException() - Constructor for class javax.realtime.MemoryScopeException
A constructor for MemoryScopeException.
MemoryScopeException(String) - Constructor for class javax.realtime.MemoryScopeException
A descriptive constructor for MemoryScopeException.
MemoryTypeConflictException - exception javax.realtime.MemoryTypeConflictException.
This exception is thrown when the PhysicalMemoryManager is given conflicting specifications for memory.
MemoryTypeConflictException() - Constructor for class javax.realtime.MemoryTypeConflictException
A constructor for MemoryTypeConflictException.
MemoryTypeConflictException(String) - Constructor for class javax.realtime.MemoryTypeConflictException
A descriptive constructor for MemoryTypeConflictException.
MonitorControl - class javax.realtime.MonitorControl.
Abstract superclass for all monitor control policy objects.
MonitorControl() - Constructor for class javax.realtime.MonitorControl
Invoked from subclass constructors.
main(String[]) - Static method in class gov.nasa.jpf.rtsj.test.TestClient
Main method.
main(String[]) - Static method in class javax.realtime.test.RawMemoryTest
Main method
main(String[]) - Static method in class javax.realtime.test.airplane.TestAirplane
The main program.
main(String[]) - Static method in class javax.realtime.test.bridge.OneWayBridge
 
main(String[]) - Static method in class javax.realtime.test.preemption.Main
Main method for this simple test of the Resource subclasses: PriorityInheritanceResource, PreemptableResource, and PriorityCeilingResource.
main(String[]) - Static method in class javax.realtime.test.traffic.Main
 
map() - Method in class javax.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory.
map(long) - Method in class javax.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory at the specified location.
map(long, long) - Method in class javax.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory.
maxWaiterPriority() - Method in class javax.realtime.DSS.Resource
Test whether this resource is currently experiencing priority inversion, i.e., is held by a RealtimeThread with a priority later than that of a waiting thread.
mean - Variable in class javax.realtime.DSS.Normal
Mean of this normal distribution
memoryArea - Variable in class javax.realtime.AsyncEventHandler
This object's memory area
memoryArea - Variable in class javax.realtime.RealtimeThread
This RealtimeThread's MemoryArea.
memoryConsumed() - Method in class javax.realtime.MemoryArea
For memory areas where memory is freed under program control this returns an exact count, in bytes, of the memory currently used by the system for the allocated objects.
memoryParameters - Variable in class javax.realtime.AsyncEventHandler
This object's memory parameters
memoryParameters - Variable in class javax.realtime.RealtimeThread
This RealtimeThread's MemoryParameters.
memoryRemaining() - Method in class javax.realtime.MemoryArea
An approximation to the total amount of memory currently available for future allocated objects, measured in bytes.
millis - Variable in class javax.realtime.HighResolutionTime
The millis of this HighResolutionTime
millisSinceEpoch(MJIEnv, int) - Static method in class gov.nasa.jpf.rtsj.test.JPF_gov_nasa_jpf_rtsj_test_TestClientStubs
 
millisSinceEpoch() - Static method in class gov.nasa.jpf.rtsj.test.TestClient
 
millisSinceEpoch() - Method in class gov.nasa.jpf.rtsj.test.TestClientStubs
 
millisToCoverFeetAtCurrentSpeed(int) - Method in class javax.realtime.test.airplane.Airplane
Calculate the time to cover a specified distance at the current speed.
missHandler - Variable in class javax.realtime.ProcessingGroupParameters
 
missHandler - Variable in class javax.realtime.ReleaseParameters
The miss handler of this object
mitViolationExcept - Static variable in class javax.realtime.SporadicParameters
If an arrival time for any instance of Schedulable which has this as its instance of ReleaseParameters occurs at a time less than the minimum interarrival time defined here then the fire() method shall throw MITViolationException.
mitViolationIgnore - Static variable in class javax.realtime.SporadicParameters
If an arrival time for any instance of Schedulable which as this as its instance of ReleaseParameters occurs at a time less than the minimum interarrival time defined here then the new arrival time is ignored.
mitViolationReplace - Static variable in class javax.realtime.SporadicParameters
If an arrival time for any instance of Schedulable which has this as its instance of ReleaseParameters occurs at a time less than the minimum interarrival time defined here then, if necessary, the previous arrival time may be overwritten with the new arrival time.
mitViolationSave - Static variable in class javax.realtime.SporadicParameters
If an arrival time for any instance of Schedulable which has this as its instance of ReleaseParameters occurs at a time less than the minimum interarrival time defined here then the new arrival time is adjusted so that the difference between it and the previous time is equal to the minimum interarrival time.
myClock - Variable in class javax.realtime.HighResolutionTime
The Clock associated with this HighResolutionTime
myRandom - Variable in class javax.realtime.DSS.Erand
 
myRandom - Variable in class javax.realtime.DSS.Random
 

A B C D E F G H I J L M N O P R S T U V W