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.
|
javax.realtime.control |
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 |
AsyncEventHandler.setIfFeasible(ReleaseParameters<?> release,
MemoryParameters memory)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
RealtimeThread.setIfFeasible(ReleaseParameters<?> release,
MemoryParameters memory)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
AsyncEventHandler.setIfFeasible(ReleaseParameters<?> release,
MemoryParameters memory,
ProcessingGroupParameters pgp)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
RealtimeThread.setIfFeasible(ReleaseParameters<?> release,
MemoryParameters memory,
ProcessingGroupParameters pgp)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
AsyncEventHandler.setIfFeasible(ReleaseParameters<?> release,
ProcessingGroupParameters pgp)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
RealtimeThread.setIfFeasible(ReleaseParameters<?> release,
ProcessingGroupParameters pgp)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
abstract boolean |
Scheduler.setIfFeasible(Schedulable schedulable,
SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
ProcessingGroupParameters group)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
PriorityScheduler.setIfFeasible(Schedulable schedulable,
SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
ProcessingGroupParameters group)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
AsyncEventHandler.setIfFeasible(SchedulingParameters sched,
ReleaseParameters<?> release,
MemoryParameters memory)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
RealtimeThread.setIfFeasible(SchedulingParameters sched,
ReleaseParameters<?> release,
MemoryParameters memory)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
AsyncEventHandler.setIfFeasible(SchedulingParameters sched,
ReleaseParameters<?> release,
MemoryParameters memory,
ProcessingGroupParameters pgp)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
Schedulable |
RealtimeThread.setMemoryParameters(MemoryParameters memory)
setMemoryParameters replaces the memory parameters for this
RealtimeThread with the parameters provided.
|
Schedulable |
AsyncBaseEventHandler.setMemoryParameters(MemoryParameters memory)
setMemoryParameters replaces the memory parameters for this
handler with the parameters provided.
|
Schedulable |
AsyncEventHandler.setReleaseParameters(ReleaseParameters<?> release) |
Schedulable |
AsyncBaseEventHandler.setReleaseParameters(ReleaseParameters<?> release)
setReleaseParameters replaces the release parameters for this
handler with the parameters provided.
|
boolean |
AsyncEventHandler.setReleaseParametersIfFeasible(ReleaseParameters<?> release)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
boolean |
RealtimeThread.setReleaseParametersIfFeasible(ReleaseParameters<?> release)
Deprecated.
as of RTSJ 2.0, because the framework for feasibility
analysis is inadequate.
|
Schedulable |
RealtimeThread.setScheduler(Scheduler scheduler,
SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory)
setScheduler set the scheduler and scheduling, release, memory,
and processing group parameters for this RealtimeThread.
|
void |
AsyncEventHandler.setScheduler(Scheduler scheduler,
SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
ProcessingGroupParameters pgp)
Deprecated.
since RTSJ 2.0
|
void |
RealtimeThread.setScheduler(Scheduler scheduler,
SchedulingParameters scheduling,
ReleaseParameters<?> release,
MemoryParameters memory,
ProcessingGroupParameters pgp)
Deprecated.
since RTSJ 2.0
|
Schedulable |
RealtimeThread.setSchedulingParameters(SchedulingParameters scheduling) |
Schedulable |
AsyncBaseEventHandler.setSchedulingParameters(SchedulingParameters scheduling) |
static boolean |
RealtimeThread.waitForNextPeriod()
Deprecated.
since RTSJ 2.0
|
static boolean |
RealtimeThread.waitForNextPeriodInterruptible()
Deprecated.
since RTSJ 2.0
|
static boolean |
RealtimeThread.waitForNextReleaseInterruptible()
Same as
RealtimeThread.waitForNextRelease() except it can throw an interrupted
exception |
Modifier and Type | Method and Description |
---|---|
boolean |
AsynchronouslyInterruptedException.clear()
clear checks if it is called on the AIE that is currently
pending.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.