Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.memory |
Modifier and Type | Class and Description |
---|---|
class |
CeilingViolationException
Jamaica Real-Time Specification for Java class
CeilingViolationException.
|
class |
ProcessorAffinityException
RTSJ 2.0 exception thrown in case of errors related to processor
affinities.
|
Modifier and Type | Method and Description |
---|---|
static IllegalTaskStateException |
IllegalTaskStateException.get()
Gets the preallocated version of this
Throwable . |
IllegalTaskStateException |
IllegalTaskStateException.getSingleton() |
Modifier and Type | Method and Description |
---|---|
ActiveEventDispatcher<D,T> |
ActiveEventDispatcher.setScheduler(Scheduler scheduler)
Sets the reference to the Scheduler object.
|
ActiveEventDispatcher<D,T> |
ActiveEventDispatcher.setScheduler(Scheduler scheduler,
SchedulingParameters scheduling)
Sets the scheduler and associated parameter objects.
|
ActiveEventDispatcher<D,T> |
ActiveEventDispatcher.setSchedulingParameters(SchedulingParameters scheduling)
Sets the scheduling parameters associated with this instance of
Schedulable . |
void |
RealtimeThread.start()
Sets up the realtime thread's environment and starts it.
|
void |
RealtimeThread.startPeriodic(PhasingPolicy policy)
Starts a periodic thread with the specified phasing policy.
|
Modifier and Type | Method and Description |
---|---|
void |
PinnableMemory.joinAndEnterPinned()
Same as
ScopedMemory.joinAndEnter()
except that the area may be pinned so the memory may not have been cleared. |
void |
PinnableMemory.joinAndEnterPinned(HighResolutionTime<?> limit)
Same as
ScopedMemory.joinAndEnter(HighResolutionTime)
except that pinning is ignored so the memory may not have been cleared. |
void |
PinnableMemory.joinAndEnterPinned(Runnable logic)
Same as
ScopedMemory.joinAndEnter(Runnable) except that the
area may be pinned so the memory may not have been cleared. |
void |
PinnableMemory.joinAndEnterPinned(Runnable logic,
HighResolutionTime<?> limit)
Same as
ScopedMemory.joinAndEnter(Runnable, HighResolutionTime)
except that pinning is ignored so the memory may not have been cleared. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.