- 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
-
Value indicating that the highest order byte of a bit word is stored
at the lowest byte address: the int 0x0A0B0C0D is stored in the byte
sequence 0x0A, 0x0B, 0x0C, 0x0D.
- 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.
- ByteOrder - Enum in javax.realtime
-
Defines the possible mappings between bytes and words in memory.
- 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.