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

I

IllegalAssignmentError - error javax.realtime.IllegalAssignmentError.
The exception thrown on an attempt to make an illegal assignment.
IllegalAssignmentError() - Constructor for class javax.realtime.IllegalAssignmentError
A constructor for IllegalAssignmentError
IllegalAssignmentError(String) - Constructor for class javax.realtime.IllegalAssignmentError
A descriptive constructor for IllegalAssignmentError.
ImmortalMemory - class javax.realtime.ImmortalMemory.
ImmortalMemory is a memory resource that is unexceptionally available to all schedulable objects and Java threads for use and allocation.
ImmortalMemory(long) - Constructor for class javax.realtime.ImmortalMemory
Constructor.
ImmortalMemory(long, Runnable) - Constructor for class javax.realtime.ImmortalMemory
Constructor.
ImmortalMemory(SizeEstimator) - Constructor for class javax.realtime.ImmortalMemory
Constructor.
ImmortalMemory(SizeEstimator, Runnable) - Constructor for class javax.realtime.ImmortalMemory
Constructor.
ImmortalPhysicalMemory - class javax.realtime.ImmortalPhysicalMemory.
An instance of ImmortalPhysicalMemory allows objects to be allocated from a range of physical memory with particular attributes, determined by their memory type.
ImmortalPhysicalMemory(Object, long) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Create an instance with the given parameters.
ImmortalPhysicalMemory(Object, long, long) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Create an instance with the given parameters.
ImmortalPhysicalMemory(Object, SizeEstimator) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Create an instance with the given parameters.
ImmortalPhysicalMemory(Object, long, SizeEstimator) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Create an instance with the given parameters.
ImmortalPhysicalMemory(Object, long, Runnable) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Create an instance with the given parameters.
ImmortalPhysicalMemory(Object, long, SizeEstimator, Runnable) - Constructor for class javax.realtime.ImmortalPhysicalMemory
Not currently implemented
ImportanceParameters - class javax.realtime.ImportanceParameters.
Importance is an additional scheduling metric that may be used by some priority-based scheduling algorithms during overload conditions to differentiate execution order among threads of the same priority.
ImportanceParameters(int, int) - Constructor for class javax.realtime.ImportanceParameters
Create an instance of .
InaccessibleAreaException - exception javax.realtime.InaccessibleAreaException.
The specified memory area is not above the current allocation context on the current thread scope stack.
InaccessibleAreaException() - Constructor for class javax.realtime.InaccessibleAreaException
A constructor for InaccessibleAreaException
InaccessibleAreaException(String) - Constructor for class javax.realtime.InaccessibleAreaException
A descriptive constructor for InaccessibleAreaException.
Interruptible - interface javax.realtime.Interruptible.
Interruptible is an interface implemented by classes that will be used as arguments on the method doInterruptible() of AsynchronouslyInterruptedException and its subclasses.
Intersection - class javax.realtime.test.traffic.Intersection.
 
Intersection(String, int, boolean) - Constructor for class javax.realtime.test.traffic.Intersection
Note PriorityCeiling option is handled by a separate constructor
Intersection(int, int, boolean) - Constructor for class javax.realtime.test.traffic.Intersection
 
importance - Variable in class javax.realtime.ImportanceParameters
The importance
initialSizeEstimator - Variable in class javax.realtime.LTMemory
 
initialize() - Method in class javax.realtime.RealtimeThread
Start this thread, and wait until it has actually started.
instance() - Static method in class javax.realtime.DSS.SimulationScheduler
 
instance() - Static method in class javax.realtime.HeapMemory
Returns a reference to the singleton instance of HeapMemory representing the Java heap.
instance() - Static method in class javax.realtime.ImmortalMemory
Returns a pointer to the singleton ImmortalMemory object.
instance() - Static method in class javax.realtime.PriorityScheduler
Return a reference to the distinguished instance of PriorityScheduler which is the system's base scheduler.
instructionCount - Variable in class gov.nasa.jpf.rtsj.test.TestClient
Instructions executed on this path (backtracked)
instructionExecuted(VM) - Method in class gov.nasa.jpf.rtsj.test.TestClient
The listener invoked by the JPF JVM for each byte code executed.
interruptAction(AsynchronouslyInterruptedException) - Method in interface javax.realtime.Interruptible
This method is called by the system if the run() method is interrupted.
interval - Variable in class javax.realtime.DSS.PeriodicTimerThread
 
interval - Variable in class javax.realtime.PeriodicTimer
The interval of this PeriodicTimer
invokeLevel - Static variable in class gov.nasa.jpf.rtsj.test.TestClient
Counts invoke level (number of invoke byte codes minus number of return byte codes.
invokeTracing - Static variable in class gov.nasa.jpf.rtsj.test.TestClient
Is invoke tracing currently on?
isActive() - Method in class javax.realtime.RealtimeThread
Tests whether this RealtimeThread is running or scheduled to run later.
isEmpty() - Method in class javax.realtime.DSS.EventList
Test whether this EventList is empty.
isEmpty() - Method in class javax.realtime.DSS.WaiterSet
Test if this WaitSet is empty
isEmpty() - Method in class javax.realtime.WaitFreeReadQueue
Queries the queue to determine if this is empty.
isEmpty() - Method in class javax.realtime.WaitFreeWriteQueue
Queries the system to determine if this is empty.
isEnabled() - Method in class javax.realtime.AsynchronouslyInterruptedException
Query the enabled status of this exception.
isFeasible() - Method in class javax.realtime.DSS.SimulationScheduler
 
isFeasible() - Method in class javax.realtime.PriorityScheduler
Queries this scheduler about the feasibility of the set of schedulable objects currently in the feasibility set.
isFeasible() - Method in class javax.realtime.Scheduler
 
isFull() - Method in class javax.realtime.WaitFreeReadQueue
Queries the system to determine if this is full.
isFull() - Method in class javax.realtime.WaitFreeWriteQueue
A synchronized and possibly blocking operation on the queue.
isRunning() - Method in class javax.realtime.Timer
Tests this to determine if this has been started and is in a state (enabled) such that when the given time occurs it will fire the event.
iterator() - Method in class javax.realtime.DSS.WaiterSet
Construct an iterator on this WaitSet.

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