Skip navigation links
aicas logoJamaicaVM 8.10.1-0
A B C D E F G H I J L M N O P Q R S T U V W 

A

abort() - Method in class javax.realtime.control.AsynchronousControlGroup
Terminate all tasks running in this thread group.
absolute(Chronograph, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
absolute implements abstract method inherited from HighResolutionTime.
absolute(Clock, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
Deprecated.
since RTSJ 2.0
absolute(Chronograph) - Method in class javax.realtime.AbsoluteTime
absolute implements abstract method inherited from HighResolutionTime.
absolute(Clock) - Method in class javax.realtime.AbsoluteTime
Deprecated.
since RTSJ 2.0
absolute(Chronograph) - Method in class javax.realtime.HighResolutionTime
absolute converts this time to an absolute time relative to the given chronograph.
absolute(Clock) - Method in class javax.realtime.HighResolutionTime
Deprecated.
since RTSJ 2.0
absolute(Chronograph, AbsoluteTime) - Method in class javax.realtime.HighResolutionTime
absolute converts this time to an absolute time relative to the given chronograph.
absolute(Clock, AbsoluteTime) - Method in class javax.realtime.HighResolutionTime
Deprecated.
since RTSJ 2.0
absolute(Clock, AbsoluteTime) - Method in class javax.realtime.RationalTime
Deprecated.
absolute converts this rational time into an instance of absolute time for the point in time given by the current time of the given clock.
absolute(Chronograph, AbsoluteTime) - Method in class javax.realtime.RelativeTime
absolute converts this relative time into an instance of absolute time for the point in time given by the current time of the given chronograph.
absolute(Clock, AbsoluteTime) - Method in class javax.realtime.RelativeTime
Deprecated.
since RTSJ 2.0
absolute(Chronograph) - Method in class javax.realtime.RelativeTime
absolute creates a new instance of absolute time for the point in time given by the current time of the given chronograph.
absolute(Clock) - Method in class javax.realtime.RelativeTime
Deprecated.
since RTSJ 2.0
AbsoluteTime - Class in javax.realtime
Jamaica Real-Time Specification for Java class AbsoluteTime.
AbsoluteTime() - Constructor for class javax.realtime.AbsoluteTime
Constructor to create absolute time 0ms, 0ns.
AbsoluteTime(AbsoluteTime) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time with millis and nanos taken from an existing absolute time.
AbsoluteTime(Date) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time from a time represented by an instance of Date.
AbsoluteTime(long, int) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time from given milli and nano seconds.
AbsoluteTime(Chronograph) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create absolute time 0ms, 0ns with given chronograph association.
AbsoluteTime(Clock) - Constructor for class javax.realtime.AbsoluteTime
Deprecated.
since RTSJ 2.0
AbsoluteTime(AbsoluteTime, Chronograph) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time with millis and nanos taken from an existing absolute time.
AbsoluteTime(AbsoluteTime, Clock) - Constructor for class javax.realtime.AbsoluteTime
Deprecated.
since version 2.0
AbsoluteTime(Date, Chronograph) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time from a time represented by an instance of Date.
AbsoluteTime(Date, Clock) - Constructor for class javax.realtime.AbsoluteTime
Deprecated.
since RTSJ 2.0
AbsoluteTime(long, int, Chronograph) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time from given milli and nano seconds.
AbsoluteTime(long, int, Clock) - Constructor for class javax.realtime.AbsoluteTime
Deprecated.
since RTSJ 2.0
activate(T) - Method in class javax.realtime.ActiveEventDispatcher
Activate an active event registered with this dispatcher.
activate(Happening) - Method in class javax.realtime.device.HappeningDispatcher
Activate an active event registered with this dispatcher.
activate(RealtimeSignal) - Method in class javax.realtime.posix.RealtimeSignalDispatcher
Activate an active event registered with this dispatcher.
activate(Signal) - Method in class javax.realtime.posix.SignalDispatcher
Activate an active event registered with this dispatcher.
activate(Timer) - Method in class javax.realtime.TimeDispatcher
Activate an active event registered with this dispatcher.
activeCount() - Method in class javax.realtime.RealtimeThreadGroup
 
ActiveEvent<T extends Releasable<T,D>,D extends ActiveEventDispatcher<D,T>> - Interface in javax.realtime
This is the interface for defining the active event system.
ActiveEventDispatcher<D extends ActiveEventDispatcher<D,T>,T extends Releasable<T,D>> - Class in javax.realtime
Provides a means of dispatching a set of ActiveEvents.
ActiveEventDispatcher(RealtimeThread) - Constructor for class javax.realtime.ActiveEventDispatcher
Creates a new dispatcher.
add(long, int) - Method in class javax.realtime.AbsoluteTime
add adds time given in milliseconds and nanoseconds to this absolute time.
add(long, int, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
add adds time given in milliseconds and nanoseconds to this absolute time.
add(RelativeTime) - Method in class javax.realtime.AbsoluteTime
add adds interval given as RelativeTime instance to this absolute time.
add(RelativeTime, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
add adds interval given as RelativeTime instance to this absolute time.
add(long, int) - Method in class javax.realtime.RelativeTime
add adds time given in milliseconds and nanoseconds to this relative time.
add(long, int, RelativeTime) - Method in class javax.realtime.RelativeTime
add adds time given in milliseconds and nanoseconds to this relative time.
add(RelativeTime) - Method in class javax.realtime.RelativeTime
add adds interval given as an instance of RelativeTime to this relative time.
add(RelativeTime, RelativeTime) - Method in class javax.realtime.RelativeTime
add adds interval given as an instance of RelativeTime to this relative time.
addHandler(AsyncBaseEventHandler) - Method in class javax.realtime.AsyncBaseEvent
Add a handler to the set of handlers associated with this event.
addHandler(AsyncEventHandler) - Method in class javax.realtime.AsyncEvent
Deprecated.
since RTSJ 2.0
addHandler(AsyncBaseEventHandler) - Method in class javax.realtime.posix.RealtimeSignal
 
addHandler(AsyncBaseEventHandler) - Method in class javax.realtime.posix.Signal
 
addHandler(int, AsyncEventHandler) - Static method in class javax.realtime.POSIXSignalHandler
Deprecated.
addHandler adds the handler provided to the set of handlers that will be released on the provided signal.
addIfFeasible() - Method in class javax.realtime.AsyncEventHandler
Deprecated.
as of RTSJ 2.0, because the framework for feasibility analysis is inadequate.
addIfFeasible() - Method in class javax.realtime.RealtimeThread
Deprecated.
as of RTSJ 2.0, because the framework for feasibility analysis is inadequate.
addInterarrivalTo(AbsoluteTime) - Method in class javax.realtime.RationalTime
Deprecated.
addInterarrivalTo adds this to the given absolute time.
addInterarrivalTo(AbsoluteTime) - Method in class javax.realtime.RelativeTime
Deprecated.
RTSJ V1.0.1 this method is only required to support the deprecated RationalTime.
addToFeasibility() - Method in class javax.realtime.AsyncEventHandler
Deprecated.
as of RTSJ 2.0, because the framework for feasibility analysis is inadequate.
addToFeasibility(Schedulable) - Method in class javax.realtime.PriorityScheduler
Deprecated.
as of RTSJ 2.0, because the framework for feasibility analysis is inadequate.
addToFeasibility() - Method in class javax.realtime.RealtimeThread
Deprecated.
as of RTSJ 2.0, because the framework for feasibility analysis is inadequate.
addToFeasibility() - Method in interface javax.realtime.Schedulable
Deprecated.
as of RTSJ 2.0, because the framework for feasibility analysis is inadequate.
addToFeasibility(Schedulable) - Method in class javax.realtime.Scheduler
Deprecated.
as of RTSJ 2.0, because the framework for feasibility analysis is inadequate.
Affinity - Class in javax.realtime
Affinity provides APIs that permit access to the set of Processors a Thread or BoundAsyncEventHandler is permitted to run on.
ALIGNED - Static variable in class javax.realtime.PhysicalMemoryManager
Deprecated.
Memory type for aligned memory, if supported by the implementation.
AlignmentError - Error in javax.realtime
The exception thrown on a request for a raw memory factory to return memory for a base address that is aligned such that the factory cannot guarantee that loads and stores based on that address will meet the factory's specifications.
AperiodicParameters - Class in javax.realtime
Jamaica Real-Time Specification for Java class AperiodicParameters
AperiodicParameters() - Constructor for class javax.realtime.AperiodicParameters
Create an AperiodicParameters object.
AperiodicParameters(RelativeTime, AsyncEventHandler, boolean) - Constructor for class javax.realtime.AperiodicParameters
Equivalent to AperiodicParameters(RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler, boolean) with the argument list (null, deadline, null, missHandler, rousable).
AperiodicParameters(RelativeTime) - Constructor for class javax.realtime.AperiodicParameters
Equivalent to AperiodicParameters(RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler, boolean) with the argument list (null, deadline, null, null, false).
AperiodicParameters(RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler) - Constructor for class javax.realtime.AperiodicParameters
Constructor of AperiodicParameters to be used as ReleaseParameters for AsyncEventHandler if the event handler will be scheduled aperiodically.
AperiodicParameters(RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler, boolean) - Constructor for class javax.realtime.AperiodicParameters
Creates an AperiodicParameters object.
apportion(int, RelativeTime) - Method in class javax.realtime.RelativeTime
Divide the current time by an integral factor.
apportion(int) - Method in class javax.realtime.RelativeTime
multiply the current time by an integral scaling factor.
arrivalTimeQueueOverflowExcept - Static variable in class javax.realtime.AperiodicParameters
Deprecated.
RTSJ V2.0
ArrivalTimeQueueOverflowException - Exception in javax.realtime
Jamaica Real-Time Specification for Java class ArrivalTimeQueueOverflowException.
ArrivalTimeQueueOverflowException() - Constructor for exception javax.realtime.ArrivalTimeQueueOverflowException
Constructor of this exception without detail message.
ArrivalTimeQueueOverflowException(String) - Constructor for exception javax.realtime.ArrivalTimeQueueOverflowException
Deprecated.
since RTSJ 2.0; application code should use ArrivalTimeQueueOverflowException.get() instead.
arrivalTimeQueueOverflowIgnore - Static variable in class javax.realtime.AperiodicParameters
Deprecated.
RTSJ V2.0
arrivalTimeQueueOverflowReplace - Static variable in class javax.realtime.AperiodicParameters
Deprecated.
RTSJ V2.0
arrivalTimeQueueOverflowSave - Static variable in class javax.realtime.AperiodicParameters
Deprecated.
RTSJ V2.0
AsyncBaseEvent - Class in javax.realtime
This is the base class for all asynchronous events, where asynchronous is in regards to running code, not external time.
AsyncBaseEventHandler - Class in javax.realtime
This is the base class for all event handlers.
AsyncEvent - Class in javax.realtime
Jamaica Real-Time Specification for Java class AsyncEvent.
AsyncEvent() - Constructor for class javax.realtime.AsyncEvent
Constructor constructs a new AsyncEvent that is not bound to any signal.
AsyncEventHandler - Class in javax.realtime
Jamaica Real-Time Specification for Java class AsyncEventHandler.
AsyncEventHandler() - Constructor for class javax.realtime.AsyncEventHandler
Constructor to create an instance of AsyncEventHandler with default parameters.
AsyncEventHandler(Runnable) - Constructor for class javax.realtime.AsyncEventHandler
Constructor to create an instance of AsyncEventHandler with default parameters and the specified value for the logic parameter.
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ProcessingGroupParameters, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
Deprecated.
since RTSJ 2.0
AsyncEventHandler(boolean) - Constructor for class javax.realtime.AsyncEventHandler
Deprecated.
since RTSJ 2.0
AsyncEventHandler(boolean, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
Deprecated.
since RTSJ 2.0
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ProcessingGroupParameters, boolean) - Constructor for class javax.realtime.AsyncEventHandler
Deprecated.
since RTSJ 2.0
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ProcessingGroupParameters, boolean, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
Deprecated.
since RTSJ 2.0
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.AsyncEventHandler
 
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
 
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
 
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
 
AsynchronousControlGroup - Class in javax.realtime.control
Jamaica Real-Time Specification for Java class AsynchronousControlGroup.
AsynchronousControlGroup(RealtimeThreadGroup, String) - Constructor for class javax.realtime.control.AsynchronousControlGroup
Creates a new asynchronous control group with its scheduler type inherited from parent.
AsynchronousControlGroup(String) - Constructor for class javax.realtime.control.AsynchronousControlGroup
Creates a new group with the current ThreadGroup instance as its parent and that parent's scheduler type for its scheduler type.
AsynchronouslyInterruptedException - Exception in javax.realtime
Deprecated.
in RTSJ 2.0; moved to package javax.realtime.control
AsynchronouslyInterruptedException() - Constructor for exception javax.realtime.AsynchronouslyInterruptedException
Deprecated.
Constructor to create an instance of AsynchronouslyInterruptedException.
AsynchronouslyInterruptedException(String) - Constructor for exception javax.realtime.AsynchronouslyInterruptedException
Deprecated.
Creates an instance of AsynchronouslyInterruptedException.
AsynchronouslyInterruptedException - Exception in javax.realtime.control
Jamaica Real-Time Specification for Java class AsynchronouslyInterruptedException.
AsynchronouslyInterruptedException() - Constructor for exception javax.realtime.control.AsynchronouslyInterruptedException
Constructor to create an instance of AsynchronouslyInterruptedException.
AsynchronouslyInterruptedException(String) - Constructor for exception javax.realtime.control.AsynchronouslyInterruptedException
Creates an instance of AsynchronouslyInterruptedException.
AsyncLongEvent - Class in javax.realtime
An event that carries a long as payload
AsyncLongEvent() - Constructor for class javax.realtime.AsyncLongEvent
Creates a new AsyncLongEvent object.
AsyncLongEventHandler - Class in javax.realtime
A version of AsyncBaseEventHandler that carries a long value as payload.
AsyncLongEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, LongConsumer) - Constructor for class javax.realtime.AsyncLongEventHandler
Creates an asynchronous event handler that receives a Long payload with each fire.
AsyncLongEventHandler(SchedulingParameters, ReleaseParameters<?>, LongConsumer) - Constructor for class javax.realtime.AsyncLongEventHandler
Calling this constructor is equivalent to calling AsyncLongEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, LongConsumer) with arguments (scheduling, release, null, null, null, null, logic).
AsyncLongEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.AsyncLongEventHandler
Calling this constructor is equivalent to calling AsyncLongEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, LongConsumer) with arguments (scheduling, release, null, null, null, null, null)
AsyncLongEventHandler(LongConsumer) - Constructor for class javax.realtime.AsyncLongEventHandler
Calling this constructor is equivalent to calling AsyncLongEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, LongConsumer) with arguments (null, null, null, null, null, null, logic).
AsyncLongEventHandler() - Constructor for class javax.realtime.AsyncLongEventHandler
Creates an instance of AsyncLongEventHandler (ALEH) with default values for all parameters.
AsyncObjectEvent<P> - Class in javax.realtime
An event that carries a Object as payload
AsyncObjectEvent() - Constructor for class javax.realtime.AsyncObjectEvent
Creates a new AsyncObjectEvent object.
AsyncObjectEventHandler<P> - Class in javax.realtime
A version of AsyncBaseEventHandler that carries an Object value as payload.
AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, Consumer<P>) - Constructor for class javax.realtime.AsyncObjectEventHandler
Creates an asynchronous event handler that receives an Object payload with each fire.
AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters<?>, Consumer<P>) - Constructor for class javax.realtime.AsyncObjectEventHandler
Calling this constructor is equivalent to calling AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, Consumer) with arguments (scheduling, release, null, null, null, null, logic).
AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.AsyncObjectEventHandler
Calling this constructor is equivalent to calling AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, Consumer) with arguments (scheduling, release, null, null, null, null, null)
AsyncObjectEventHandler(Consumer<P>) - Constructor for class javax.realtime.AsyncObjectEventHandler
Calling this constructor is equivalent to calling AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ConfigurationParameters, ReleaseRunner, Consumer) with arguments (null, null, null, null, null, null, logic).
AsyncObjectEventHandler() - Constructor for class javax.realtime.AsyncObjectEventHandler
Creates an instance of AsyncObjectEventHandler (AOEH) with default values for all parameters.
attach(ReleaseRunner.Proxy) - Method in class javax.realtime.FirstInFirstOutReleaseRunner
Attach a handler from this runner, so it will be released.
attach(ReleaseRunner.Proxy) - Method in class javax.realtime.ReleaseRunner
Notifies this runner that the handler is now associated with it.
available() - Method in class javax.realtime.enforce.BackingStoreConstraint
Determine how much of the resource are available for use, i.e., the amount of the limit minus amount lent.
available() - Method in class javax.realtime.enforce.HeapConstraint
Determine how much of the resource are available for use, i.e., the amount of the limit minus amount lent.
available() - Method in class javax.realtime.enforce.ImmortalConstraint
Determine how much of the resource are available for use.
available() - Method in class javax.realtime.enforce.ProcessingConstraint
Gets the time remaining in the current period.
available(RelativeTime) - Method in class javax.realtime.enforce.ProcessingConstraint
Gets the time remaining in the current period so far.
available() - Method in class javax.realtime.enforce.ThreadConstraint
Determine how much of the resource are available for use, i.e., the amount of the limit minus amount lent.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links
aicas logoJamaicaVM 8.10.1-0

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.