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

P

PeriodicParameters - class javax.realtime.PeriodicParameters.
This release parameter indicates that the schedulable object is released on a regular basis.
PeriodicParameters(HighResolutionTime, RelativeTime) - Constructor for class javax.realtime.PeriodicParameters
Create a PeriodicParameters object.
PeriodicParameters(HighResolutionTime, RelativeTime, RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler) - Constructor for class javax.realtime.PeriodicParameters
Create a PeriodicParameters object.
PeriodicParameters(RelativeTime) - Constructor for class javax.realtime.PeriodicParameters
Create a PeriodicParameters object.
PeriodicTimer - class javax.realtime.PeriodicTimer.
An AsynchEvent whose fire() method is executed periodically according to the given parameters.
PeriodicTimer(HighResolutionTime, RelativeTime, AsyncEventHandler) - Constructor for class javax.realtime.PeriodicTimer
Create an instance of AsynchEvent that executes its fire() method periodically.
PeriodicTimer(HighResolutionTime, RelativeTime, Clock, AsyncEventHandler) - Constructor for class javax.realtime.PeriodicTimer
Create an instance of AsynchEvent that executes its fire() method periodically.
PeriodicTimerThread - class javax.realtime.DSS.PeriodicTimerThread.
Thread class for PeriodicTimer objects
PeriodicTimerThread(String, int, RelativeTime, AsyncEvent) - Constructor for class javax.realtime.DSS.PeriodicTimerThread
Constructor
Pilot - class javax.realtime.test.airplane.Pilot.
Models Pilot behavior in airplane example.
Pilot(String, int) - Constructor for class javax.realtime.test.airplane.Pilot
Constructor
PreemptableResource - class javax.realtime.DSS.PreemptableResource.
A Resource modeling a resource that can be preempted.
PreemptableResource(String, boolean) - Constructor for class javax.realtime.DSS.PreemptableResource
Constructor
PreemptableResource(String) - Constructor for class javax.realtime.DSS.PreemptableResource
 
PriorityCeilingResource - class javax.realtime.DSS.PriorityCeilingResource.
A unit resource managed under a priority ceiling policy: The resource is constructed with a positive integer priority ceiling If any thread with a priority greater than the priority ceiling attempts to seize the resource, an exception is thrown Otherwise, any thread that is given the resource has its priority raised to the resource's priority ceiling while the resource is held
PriorityCeilingResource(String, int, boolean) - Constructor for class javax.realtime.DSS.PriorityCeilingResource
Constructor
PriorityCeilingResource(String, int) - Constructor for class javax.realtime.DSS.PriorityCeilingResource
 
PriorityInheritanceResource - class javax.realtime.DSS.PriorityInheritanceResource.
A Resource modeling a resource that is managed by priority inheritance.
PriorityInheritanceResource(String, boolean) - Constructor for class javax.realtime.DSS.PriorityInheritanceResource
Constructor
PriorityInheritanceResource(String) - Constructor for class javax.realtime.DSS.PriorityInheritanceResource
 
PriorityParameters - class javax.realtime.PriorityParameters.
Instances of this class should be assigned to threads that are managed by schedulers which use a single integer to determine execution order.
PriorityParameters(int) - Constructor for class javax.realtime.PriorityParameters
Create an instance of PriorityParameters with the given priority.
PriorityResource - class javax.realtime.DSS.PriorityResource.
 
PriorityResource(String, boolean) - Constructor for class javax.realtime.DSS.PriorityResource
 
PriorityResource(String) - Constructor for class javax.realtime.DSS.PriorityResource
 
PriorityScheduler - class javax.realtime.PriorityScheduler.
Class which represents the required (by the RTSJ) priority-based scheduler.
PriorityScheduler() - Constructor for class javax.realtime.PriorityScheduler
Construct an instance of PriorityScheduler.
PriorityWaiterSet - class javax.realtime.DSS.PriorityWaiterSet.
Collection type for queues of RealTimeThread's using priority ordering, and FIFO ordering for equal priorities.
PriorityWaiterSet() - Constructor for class javax.realtime.DSS.PriorityWaiterSet
Void constructor.
ProcessingGroupParameters - class javax.realtime.ProcessingGroupParameters.
This is associated with one or more schedulable objects for which the system guarantees that the associated objects will not be given more time per period than indicated by cost.
ProcessingGroupParameters(HighResolutionTime, HighResolutionTime, RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler) - Constructor for class javax.realtime.ProcessingGroupParameters
Constructor.
passivate() - Static method in class javax.realtime.DSS.DSS
Suspend current RealtimeThread without scheduling a reactivation scheduled event.
passivate(boolean) - Static method in class javax.realtime.DSS.DSS
Suspend current RealtimeThread without scheduling a reactivation scheduled event.
pendingFireCount - Variable in class javax.realtime.AsyncEventHandler
This object's pending fire count
period - Variable in class javax.realtime.PeriodicParameters
 
period - Variable in class javax.realtime.ProcessingGroupParameters
 
pilot - Static variable in class javax.realtime.test.airplane.TestAirplane
 
policyName - Variable in class javax.realtime.PriorityScheduler
 
printAllStatistics() - Static method in class javax.realtime.DSS.Resource
 
printAllStatistics() - Static method in class javax.realtime.RealtimeThread
 
printExecutionStatistics(MJIEnv, int) - Static method in class gov.nasa.jpf.rtsj.test.JPF_gov_nasa_jpf_rtsj_test_TestClientStubs
Print statistics of this run (path, if executing under JPF).
printExecutionStatistics() - Static method in class gov.nasa.jpf.rtsj.test.TestClient
Print statistics of this run (path, if executing under JPF).
printExecutionStatistics() - Method in class gov.nasa.jpf.rtsj.test.TestClientStubs
Print statistics of this run (path, if executing under JPF).
printResourcesHeld() - Method in class javax.realtime.RealtimeThread
 
printStatistics() - Method in class javax.realtime.DSS.Resource
 
printStatistics() - Method in class javax.realtime.RealtimeThread
 
printTime() - Static method in class javax.realtime.DSS.DSS
Print current time in format (millis ms, nanos ns)].
printTimeDistanceAndAltitude() - Method in class javax.realtime.test.airplane.Airplane
Prints prefix to log lines, including simulated time, distance to runway, and current altitude.
printTimes() - Method in class javax.realtime.RealtimeThread
 
priority - Variable in class javax.realtime.PriorityParameters
The (base) priority of this object
priorityCeiling - Variable in class javax.realtime.DSS.PriorityCeilingResource
The priority ceiling of this Resource
processingGroup - Variable in class javax.realtime.AsyncEventHandler
This object's processing group parameters
processingGroup - Variable in class javax.realtime.RealtimeThread
This RealtimeThread's ProcessingGroupParameters.
propertyViolated(Search) - Method in class gov.nasa.jpf.rtsj.test.TestClient
JPF encountered a property violation

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