| Package | Description |
|---|---|
| javax.realtime | |
| javax.safetycritical | |
| javax.scj.util |
| Class and Description |
|---|
| AbsoluteTime
An object that represents a specific point in time given by milliseconds
plus nanoseconds past some point in time fixed by the clock.
|
| AllocationContext
All memory allocation takes places from within an allocation context.
|
| Clock
A clock marks the passing of time.
|
HighResolutionTime
HighResolutionTime is the base class for time given with nanosecond accuracy. |
| MemoryArea
All allocation contexts are implemented by memory areas.
|
| RelativeTime
An object that represents a duration in milliseconds and nanoseconds.
|
| ReleaseParameters
All schedulability analysis of safety critical software is performed off line.
|
| Scheduler
An instance of
Scheduler manages the execution of
schedulable objects. |
| Class and Description |
|---|
| AbsoluteTime
An object that represents a specific point in time given by milliseconds
plus nanoseconds past some point in time fixed by the clock.
|
| AllocationContext
All memory allocation takes places from within an allocation context.
|
| AperiodicParameters
SCJ supports no detection of minimum inter-arrival time violations,
therefore only aperiodic parameters are needed.
|
HighResolutionTime
HighResolutionTime is the base class for time given with nanosecond accuracy. |
| MemoryArea
All allocation contexts are implemented by memory areas.
|
| PeriodicParameters
This class is restricted relative to RTSJ so that it allows the
start time and the period to be set but not changed or queried.
|
| PriorityParameters
This class is restricted relative to the RTSJ so that it allows the
priority to be * created and queried, but not changed.
In SCJ the range of priorities is separated into software priorities and hardware priorities (see PriorityScheduler). |
| PriorityScheduler
This class represents the priority-based scheduler for Level 1 and 2.
|
| RelativeTime
An object that represents a duration in milliseconds and nanoseconds.
|
| ReleaseParameters
All schedulability analysis of safety critical software is performed off line.
|
| Class and Description |
|---|
| RelativeTime
An object that represents a duration in milliseconds and nanoseconds.
|