| Package | Description |
|---|---|
| javax.safetycritical |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedSchedulable
All schedulable objects are managed by a mission.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AperiodicEventHandler
This class permits the automatic periodic execution of code that is
bound to an aperiodic event.
|
class |
AsyncEventHandler
In SCJ, all asynchronous events must have their handlers bound during
the initialization phase.
|
class |
ManagedEventHandler
ManagedEventHandler is the base class for all SCJ handlers. |
class |
MissionSequencer
A
MissionSequencer runs a sequence of independent Missions. |
class |
PeriodicEventHandler
This class permits the automatic periodic execution of code.
|
| Modifier and Type | Method and Description |
|---|---|
static Schedulable |
Scheduler.getCurrentSO() |