- BAD_MESSAGE - Static variable in class javax.realtime.StaticThrowableStorage
-
- BIG_ENDIAN - Static variable in class javax.realtime.RealtimeSystem
-
Byte-order mode in which higher values appear at lower memory
addresses.
- bindTo(String) - Method in class javax.realtime.AsyncEvent
-
bindTo bind this handler to a happening that is identified by a
platform-dependent string.
- bindTo(String) - Method in class javax.realtime.Timer
-
Should not be called, since this was only meant for binding
happenings to normal instances AsyncEvent, not to special
subclasses.
- 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
-
Constructor to create an instance of BoundAsyncEventHandler with the
given scheduling, release, memory, memory area, processing group,
nonheap, and logic parameters.
- 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.
- BoundRealtimeExecutor - Interface in javax.realtime
-
All objects that encapsulate execution.
- 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
-
Byte order of the current hardware of the system this is running
on.
- BYTESWAP - Static variable in class javax.realtime.PhysicalMemoryManager
-
Memory type for automatic byte swapping memory, if supported by
the implementation.
- byteSwapEnabled_ - Variable in class javax.realtime.RawMemoryAccess
-
Inidicates whether or not byte swapping is required.