Package | Description |
---|---|
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
void |
Thread.start()
Causes this thread to begin execution; the Java Virtual Machine
calls the
run method of this thread. |
Modifier and Type | Class and Description |
---|---|
class |
CeilingViolationException
Jamaica Real-Time Specification for Java class
CeilingViolationException.
|
class |
IllegalTaskStateException
The exception thrown when a
Schedulable instance attempts an
operation which is illegal in its current state. |
class |
ProcessorAffinityException
RTSJ 2.0 exception thrown in case of errors related to processor
affinities.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsynchronouslyInterruptedException.clear()
clear checks if it is called on the AIE that is currently
pending.
|
boolean |
RealtimeThread.setIfFeasible(ReleaseParameters release,
MemoryParameters memory)
setIfFeasible performs a feasibility analysis using the provided
release and memory parameters.
|
boolean |
AsyncBaseEventHandler.setIfFeasible(ReleaseParameters release,
MemoryParameters memory)
setIfFeasible performs a feasibility analysis using the provided
release and memory parameters.
|
boolean |
RealtimeThread.setIfFeasible(ReleaseParameters release,
MemoryParameters memory,
ProcessingGroupParameters group)
setIfFeasible performs a feasibility analysis using the provided
release, memory, and processing group parameters.
|
boolean |
AsyncBaseEventHandler.setIfFeasible(ReleaseParameters release,
MemoryParameters memory,
ProcessingGroupParameters group)
setIfFeasible performs a feasibility analysis using the provided
release, memory, and processing group parameters.
|
boolean |
RealtimeThread.setIfFeasible(ReleaseParameters release,
ProcessingGroupParameters group)
setIfFeasible performs a feasibility analysis using the provided
release and processing group parameters.
|
boolean |
AsyncBaseEventHandler.setIfFeasible(ReleaseParameters release,
ProcessingGroupParameters group)
setIfFeasible performs a feasibility analysis using the provided
release and processing group parameters.
|
abstract boolean |
Scheduler.setIfFeasible(Schedulable schedulable,
SchedulingParameters scheduling,
ReleaseParameters release,
MemoryParameters memory,
ProcessingGroupParameters group)
setIfFeasible first performs a feasibility analysis for
schedulable using the new scheduling, release, memory, and group
parameters.
|
boolean |
PriorityScheduler.setIfFeasible(Schedulable schedulable,
SchedulingParameters scheduling,
ReleaseParameters release,
MemoryParameters memory,
ProcessingGroupParameters group)
setIfFeasible first performs a feasibility analysis using the new
scheduling, release, memory, and group parameters for schedulable.
|
boolean |
RealtimeThread.setIfFeasible(SchedulingParameters sched,
ReleaseParameters release,
MemoryParameters memory)
setIfFeasible performs a feasibility analysis using the provided
scheduling, release, and memory parameters.
|
boolean |
AsyncBaseEventHandler.setIfFeasible(SchedulingParameters sched,
ReleaseParameters release,
MemoryParameters memory)
setIfFeasible performs a feasibility analysis using the provided
scheduling, release and memory parameters.
|
boolean |
AsyncBaseEventHandler.setIfFeasible(SchedulingParameters sched,
ReleaseParameters release,
MemoryParameters memory,
ProcessingGroupParameters group)
setIfFeasible performs a feasibility analysis using the provided
scheduling, release, memory, and processing group parameters.
|
RealtimeThread |
RealtimeThread.setMemoryParameters(MemoryParameters memory)
setMemoryParameters replaces the memory parameters for this
RealtimeThread with the parameters provided.
|
AsyncBaseEventHandler |
AsyncBaseEventHandler.setMemoryParameters(MemoryParameters memory)
setMemoryParameters replaces the memory parameters for this
handler with the parameters provided.
|
RealtimeThread |
RealtimeThread.setReleaseParameters(ReleaseParameters release)
setReleaseParameters replaces the release parameters for this
RealtimeThread with the parameters provided.
|
AsyncBaseEventHandler |
AsyncBaseEventHandler.setReleaseParameters(ReleaseParameters release)
setReleaseParameters replaces the release parameters for this
handler with the parameters provided.
|
boolean |
RealtimeThread.setReleaseParametersIfFeasible(ReleaseParameters release)
setReleaseParametersIfFeasible performs a feasibility analysis
using the provided release parameters.
|
boolean |
AsyncBaseEventHandler.setReleaseParametersIfFeasible(ReleaseParameters release)
setReleaseParametersIfFeasible performs a feasibility analysis
using the provided release parameters.
|
void |
RealtimeThread.setScheduler(Scheduler scheduler,
SchedulingParameters scheduling,
ReleaseParameters release,
MemoryParameters memory,
ProcessingGroupParameters group)
setScheduler set the scheduler and scheduling, release, memory,
and processing group parameters for this RealtimeThread.
|
void |
AsyncBaseEventHandler.setScheduler(Scheduler scheduler,
SchedulingParameters scheduling,
ReleaseParameters release,
MemoryParameters memory,
ProcessingGroupParameters group)
setScheduler sets the scheduler and scheduling, release,
memory, and processing group parameters for this handler.
|
RealtimeThread |
RealtimeThread.setSchedulingParameters(SchedulingParameters scheduling)
setSchedulingParameters sets the scheduling parameters for this
RealtimeThread.
|
AsyncBaseEventHandler |
AsyncBaseEventHandler.setSchedulingParameters(SchedulingParameters scheduling)
setSchedulingParameters sets the scheduling parameters for this
handler.
|
static boolean |
RealtimeThread.waitForNextPeriod()
waitForNextPeriod delays the current periodic thread until the
beginning of the next period.
|
static boolean |
RealtimeThread.waitForNextPeriodInterruptible()
waitForNextPeriodInterruptible is an exact copy of
waitForNextPeriod, but permits to be interrupted when waiting for
the next period or when waiting for a call to schedulePeriodic().
|
static boolean |
RealtimeThread.waitForNextReleaseInterruptible()
Same as
RealtimeThread.waitForNextRelease() except it can throw an interrupted
exception |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.