- BackgroundParameters - Class in javax.realtime
-
Parameters for realtime threads that are only released once.
- BackgroundParameters(RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler) - Constructor for class javax.realtime.BackgroundParameters
-
A constructor for both cost and deadline monitoring.
- BackgroundParameters(RelativeTime, AsyncEventHandler) - Constructor for class javax.realtime.BackgroundParameters
-
A constructor for deadline monitoring.
- BackgroundParameters() - Constructor for class javax.realtime.BackgroundParameters
-
A constructor for not having any restrictions on, or monitoring
of, scheduling.
- BackingStoreAllocationException - Exception in javax.realtime
-
This error is thrown on an attempt to refer to an object in
an inaccessible
MemoryArea
.
- BackingStoreConstraint - Class in javax.realtime.enforce
-
A constraint to limit the amount of baking store available to a task.
- BackingStoreConstraint(RealtimeThreadGroup, long) - Constructor for class javax.realtime.enforce.BackingStoreConstraint
-
Create a new contraint for the given RealtimeThreadGroup.
- BIG_ENDIAN - Static variable in class javax.realtime.RealtimeSystem
-
- bindTo(String) - Method in class javax.realtime.AsyncEvent
-
- bindTo(String) - Method in class javax.realtime.Timer
-
- blockingRead() - Method in class javax.realtime.WaitFreeDequeue
-
- blockingWrite(Object) - Method in class javax.realtime.WaitFreeDequeue
-
- BoundAsyncEventHandler - Class in javax.realtime
-
Jamaica Real-Time Specification for Java class
BoundAsyncEventHandler.
- BoundAsyncEventHandler() - Constructor for class javax.realtime.BoundAsyncEventHandler
-
Constructor to create an instance of BoundAsyncEventHandler with
default parameters.
- BoundAsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ProcessingGroupParameters, boolean, Runnable) - Constructor for class javax.realtime.BoundAsyncEventHandler
-
- BoundAsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, RealtimeThreadGroup, ConfigurationParameters, Runnable) - Constructor for class javax.realtime.BoundAsyncEventHandler
-
Creates an instance of BoundAsyncEventHandler
(BAEH) with the
specified parameters.
- BoundAsyncEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.BoundAsyncEventHandler
-
Creates an instance of BoundAsyncEventHandler
with the
specified parameters.
- BoundAsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, Runnable) - Constructor for class javax.realtime.BoundAsyncEventHandler
-
Creates an instance of BoundAsyncEventHandler
with the
specified parameters.
- BoundAsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, Runnable) - Constructor for class javax.realtime.BoundAsyncEventHandler
-
Creates an instance of BoundAsyncEventHandler
with the
specified parameters.
- BoundAsyncEventHandler(Runnable) - Constructor for class javax.realtime.BoundAsyncEventHandler
-
Creates an instance of BoundAsyncEventHandler
with the
specified parameters.
- BoundAsyncLongEventHandler - Class in javax.realtime
-
- BoundAsyncLongEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, RealtimeThreadGroup, ConfigurationParameters, LongConsumer) - Constructor for class javax.realtime.BoundAsyncLongEventHandler
-
Creates an instance of BoundAsyncEventHandler
(BAEH) with the
specified parameters.
- BoundAsyncLongEventHandler(SchedulingParameters, ReleaseParameters<?>, LongConsumer) - Constructor for class javax.realtime.BoundAsyncLongEventHandler
-
Creates an instance of BoundAsyncLongEventHandler
.
- BoundAsyncLongEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.BoundAsyncLongEventHandler
-
Creates an instance of BoundAsyncLongEventHandler
.
- BoundAsyncLongEventHandler(LongConsumer) - Constructor for class javax.realtime.BoundAsyncLongEventHandler
-
Creates an instance of BoundAsyncLongEventHandler
.
- BoundAsyncLongEventHandler() - Constructor for class javax.realtime.BoundAsyncLongEventHandler
-
Creates an instance of BoundAsyncLongEventHandler
using
default values.
- BoundAsyncObjectEventHandler<P> - Class in javax.realtime
-
- BoundAsyncObjectEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, RealtimeThreadGroup, ConfigurationParameters, Consumer<P>) - Constructor for class javax.realtime.BoundAsyncObjectEventHandler
-
Creates an instance of BoundAsyncEventHandler
(BAEH) with the
specified parameters.
- BoundAsyncObjectEventHandler(SchedulingParameters, ReleaseParameters<?>, Consumer<P>) - Constructor for class javax.realtime.BoundAsyncObjectEventHandler
-
Creates an instance of BoundAsyncObjectEventHandler
.
- BoundAsyncObjectEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.BoundAsyncObjectEventHandler
-
Creates an instance of BoundAsyncObjectEventHandler
.
- BoundAsyncObjectEventHandler(Consumer<P>) - Constructor for class javax.realtime.BoundAsyncObjectEventHandler
-
Creates an instance of BoundAsyncObjectEventHandler
.
- BoundAsyncObjectEventHandler() - Constructor for class javax.realtime.BoundAsyncObjectEventHandler
-
Creates an instance of BoundAsyncObjectEventHandler
using
default values.
- BoundSchedulable - Interface in javax.realtime
-
A marker interface to provide a type safe reference to all
schedulables that are bound to a single underlying thread.
- BYTE_ORDER - Static variable in class javax.realtime.RealtimeSystem
-
- ByteOrder - Enum in javax.realtime
-
Defines the possible mappings between bytes and words in memory.
- BYTESWAP - Static variable in class javax.realtime.PhysicalMemoryManager
-
Deprecated.
Memory type for automatic byte swapping memory, if supported by
the implementation.