Uses of Package
javax.realtime

Packages that use javax.realtime
gov.nasa.jpf.rtsj.test   
javax.realtime   
javax.realtime.DSS   
javax.realtime.test.airplane   
javax.realtime.test.bridge   
javax.realtime.test.preemption   
javax.realtime.test.traffic   
 

Classes in javax.realtime used by gov.nasa.jpf.rtsj.test
AbsoluteTime
          An object that represents a specific point in time given by milliseconds plus nanoseconds past the epoch (January 1, 1970, 00:00:00 GMT).
 

Classes in javax.realtime used by javax.realtime
AbsoluteTime
          An object that represents a specific point in time given by milliseconds plus nanoseconds past the epoch (January 1, 1970, 00:00:00 GMT).
AperiodicParameters
          This release parameter object characterizes a schedulable object that may be released at any time.
AsyncEvent
          An asynchronous event represents something that can happen, like a light turning red.
AsyncEventHandler
          An asychronous event handler encapsulates code that gets run at some time after an AsyncEvent occurs.
AsynchronouslyInterruptedException
          A special exception that is thrown in response to an attempt to asynchronously transfer the locus of control of a schedulable object.
Clock
          A clock advances from the past, through the present, into the future.
HeapMemory
          The HeapMemory class is a singleton object that allows logic with a non-heap allocation context to allocate objects in the Java heap.
HighResolutionTime
          Class HighResolutionTime is the base class for AbsoluteTime and RelativeTime.
ImmortalMemory
          ImmortalMemory is a memory resource that is unexceptionally available to all schedulable objects and Java threads for use and allocation.
Interruptible
          Interruptible is an interface implemented by classes that will be used as arguments on the method doInterruptible() of AsynchronouslyInterruptedException and its subclasses.
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.
MemoryParameters
          Memory parameters can be given on the constructor of RealTimeThread and AsynchEventHandler.
MonitorControl
          Abstract superclass for all monitor control policy objects.
PriorityParameters
          Instances of this class should be assigned to threads that are managed by schedulers which use a single integer to determine execution order.
PriorityScheduler
          Class which represents the required (by the RTSJ) priority-based scheduler.
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.
RealtimeThread
          RealtimeThread extends java.lang.Thread and includes classes and methods to get and set parameter objects, manage the execution of those threads with a ReleaseParameters type of PeriodicParameters, and waiting.
RelativeTime
          An object that represents a specific time interval millis/1E3+nanos/1E9 seconds long.
ReleaseParameters
          The top-level class for release characteristics of schedulable objects.
Schedulable
          Handlers and other objects can be run by a Scheduler if they provide a run() method and the methods defined below.
Scheduler
          An instance of Scheduler manages the execution of schedulable objects and may implement a feasibility algorithm.
SchedulingParameters
          Subclasses of SchedulingParameters, ImportanceParameters, and an others defined for particular schedulers provide the parameters to be used by the Scheduler.
ScopedCycleException
          Thrown when a schedulable object attempts to enter an instance of ScopedMemory where that operation would cause a violation of the single parent rule.
ScopedMemory
          ScopedMemory is the abstract base class of all classes dealing with representations of memory spaces which have a limited lifetime.
SizeEstimator
          This class maintains an estimate of the amount of memory required to store a set of objects.
Timer
          A Timer is a timed event that measures time relative to a given Clock.
UnknownHappeningException
          This exception is used to indicate a situation where an instance of AsyncEvent attempts to bind to a happening that does not exist.
 

Classes in javax.realtime used by javax.realtime.DSS
AbsoluteTime
          An object that represents a specific point in time given by milliseconds plus nanoseconds past the epoch (January 1, 1970, 00:00:00 GMT).
AsyncEvent
          An asynchronous event represents something that can happen, like a light turning red.
Clock
          A clock advances from the past, through the present, into the future.
RealtimeThread
          RealtimeThread extends java.lang.Thread and includes classes and methods to get and set parameter objects, manage the execution of those threads with a ReleaseParameters type of PeriodicParameters, and waiting.
RelativeTime
          An object that represents a specific time interval millis/1E3+nanos/1E9 seconds long.
Schedulable
          Handlers and other objects can be run by a Scheduler if they provide a run() method and the methods defined below.
Scheduler
          An instance of Scheduler manages the execution of schedulable objects and may implement a feasibility algorithm.
UnknownHappeningException
          This exception is used to indicate a situation where an instance of AsyncEvent attempts to bind to a happening that does not exist.
 

Classes in javax.realtime used by javax.realtime.test.airplane
AbsoluteTime
          An object that represents a specific point in time given by milliseconds plus nanoseconds past the epoch (January 1, 1970, 00:00:00 GMT).
AsyncEvent
          An asynchronous event represents something that can happen, like a light turning red.
RealtimeThread
          RealtimeThread extends java.lang.Thread and includes classes and methods to get and set parameter objects, manage the execution of those threads with a ReleaseParameters type of PeriodicParameters, and waiting.
RelativeTime
          An object that represents a specific time interval millis/1E3+nanos/1E9 seconds long.
Schedulable
          Handlers and other objects can be run by a Scheduler if they provide a run() method and the methods defined below.
 

Classes in javax.realtime used by javax.realtime.test.bridge
AsyncEventHandler
          An asychronous event handler encapsulates code that gets run at some time after an AsyncEvent occurs.
RealtimeThread
          RealtimeThread extends java.lang.Thread and includes classes and methods to get and set parameter objects, manage the execution of those threads with a ReleaseParameters type of PeriodicParameters, and waiting.
Schedulable
          Handlers and other objects can be run by a Scheduler if they provide a run() method and the methods defined below.
 

Classes in javax.realtime used by javax.realtime.test.preemption
RealtimeThread
          RealtimeThread extends java.lang.Thread and includes classes and methods to get and set parameter objects, manage the execution of those threads with a ReleaseParameters type of PeriodicParameters, and waiting.
RelativeTime
          An object that represents a specific time interval millis/1E3+nanos/1E9 seconds long.
Schedulable
          Handlers and other objects can be run by a Scheduler if they provide a run() method and the methods defined below.
 

Classes in javax.realtime used by javax.realtime.test.traffic
RelativeTime
          An object that represents a specific time interval millis/1E3+nanos/1E9 seconds long.