Skip navigation links
aicas logoJamaicaVM 8.5.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(Clock, AbsoluteTime) - Method in class javax.realtime.AbsoluteTime
absolute implements abstract method inherited from HighResolutionTime.
absolute(Clock) - Method in class javax.realtime.AbsoluteTime
absolute implements abstract method inherited from HighResolutionTime.
absolute(Clock) - Method in class javax.realtime.HighResolutionTime
absolute converts this time to an absolute time relative to the given clock.
absolute(Clock, AbsoluteTime) - Method in class javax.realtime.HighResolutionTime
absolute converts this time to an absolute time relative to the given clock.
absolute(Clock, AbsoluteTime) - Method in class javax.realtime.RationalTime
Deprecated.
RTSJ V1.0.1 class RationalTime is deprecated
absolute(Clock, 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 clock.
absolute(Clock) - 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 clock.
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(Clock) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create absolute time 0ms, 0ns with given clock association.
AbsoluteTime(AbsoluteTime, Clock) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time with millis and nanos taken from an existing absolute time.
AbsoluteTime(Date, Clock) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time from a time represented by an instance of Date.
AbsoluteTime(long, int, Clock) - Constructor for class javax.realtime.AbsoluteTime
Constructor to create an absolute time from given milli and nano seconds.
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(SchedulingParameters, RealtimeThreadGroup) - Constructor for class javax.realtime.ActiveEventDispatcher
Creates a new dispatcher.
ActiveEventDispatcher(SchedulingParameters) - Constructor for class javax.realtime.ActiveEventDispatcher
Creates a new dispatcher in the same thread group as the calling task.
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
addHandler adds a handler to this event.
addHandler(AsyncBaseEventHandler) - Method in class javax.realtime.posix.RealtimeSignal
Add a handler to the set of handlers associated with this event.
addHandler(AsyncBaseEventHandler) - Method in class javax.realtime.posix.Signal
Add a handler to the set of handlers associated with this event.
addHandler(int, AsyncEventHandler) - Static method in class javax.realtime.POSIXSignalHandler
addHandler adds the handler provided to the set of handlers that will be released on the provided signal.
addIfFeasible() - Method in class javax.realtime.AsyncBaseEventHandler
addIfFeasible adds this to the feasibility analysis of the associated scheduler if the resulting system will be feasible.
addIfFeasible() - Method in class javax.realtime.RealtimeThread
addIfFeasible adds this to the feasibility analysis of the associated scheduler if the resulting system will be feasible.
addIfFeasible() - Method in interface javax.realtime.Schedulable
addIfFeasible adds this to the feasibility analysis of the associated scheduler if the resulting system will be feasible.
addInterarrivalTo(AbsoluteTime) - Method in class javax.realtime.RationalTime
Deprecated.
RTSJ V1.0.1 this method is only required to support the deprecated RationalTime.
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.AsyncBaseEventHandler
addToFeasibility notifies the scheduler associated with this that this schedulable object's scheduling, release, memory, and processing group parameters take part in the feasibility analysis.
addToFeasibility(Schedulable) - Method in class javax.realtime.PriorityScheduler
addToFeasibility adds the provided schedulable object to the set of schedulable objects that take part in feasibility analysis.
addToFeasibility() - Method in class javax.realtime.RealtimeThread
addToFeasibility notifies the scheduler associated with this that this schedulable object's scheduling, release, memory, and processing group parameters take part in the feasibility analysis.
addToFeasibility() - Method in interface javax.realtime.Schedulable
addToFeasibility notifies the scheduler associated with this that this schedulable object's scheduling, release, memory and processing group parameters take part in the feasibility analysis.
addToFeasibility(Schedulable) - Method in class javax.realtime.Scheduler
addToFeasibility adds the provided schedulable object to the set of schedulable objects that take part in feasibility analysis.
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
Memory type for aligned memory, if supported by the implementation.
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.AperiodicParameters(RelativeTime, RelativeTime, AsyncEventHandler, AsyncEventHandler, boolean) with the argument list (null, deadline, null, missHandler, rousable).
AperiodicParameters(RelativeTime) - Constructor for class javax.realtime.AperiodicParameters
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.
arrivalTimeQueueOverflowExcept - Static variable in class javax.realtime.AperiodicParameters
The "EXCEPT" policy for dealing with arrival time queue overflow.
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
Constructor of this exception with detail message.
arrivalTimeQueueOverflowIgnore - Static variable in class javax.realtime.AperiodicParameters
The "IGNORE" policy for dealing with arrival time queue overflow.
arrivalTimeQueueOverflowReplace - Static variable in class javax.realtime.AperiodicParameters
The "REPLACE" policy for dealing with arrival time queue overflow.
arrivalTimeQueueOverflowSave - Static variable in class javax.realtime.AperiodicParameters
The "SAVE" policy for dealing with arrival time queue overflow.
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
Constructor to create an instance of AsyncEventHandler with the given scheduling, release, memory, memory area, processing group, and logic parameters.
AsyncEventHandler(boolean) - Constructor for class javax.realtime.AsyncEventHandler
Constructor to create an instance of AsyncEventHandler with default parameters and the specified value for the noheap parameter.
AsyncEventHandler(boolean, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
Constructor to create an instance of AsyncEventHandler with default parameters and the specified values for the noheap and logic parameters.
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ProcessingGroupParameters, boolean) - Constructor for class javax.realtime.AsyncEventHandler
Constructor to create an instance of AsyncEventHandler with the given scheduling, release, memory, memory area, processing group, and noheap parameters.
AsyncEventHandler(SchedulingParameters, ReleaseParameters<?>, MemoryParameters, MemoryArea, ProcessingGroupParameters, boolean, Runnable) - Constructor for class javax.realtime.AsyncEventHandler
Constructor to create an instance of AsyncEventHandler with the given scheduling, release, memory, memory area, processing group, noheap, and logic parameters.
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, 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
Jamaica Real-Time Specification for Java class AsynchronouslyInterruptedException.
AsynchronouslyInterruptedException() - Constructor for exception javax.realtime.AsynchronouslyInterruptedException
Constructor to create an instance of AsynchronouslyInterruptedException.
AsynchronouslyInterruptedException(String) - Constructor for exception javax.realtime.AsynchronouslyInterruptedException
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, 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.AsyncLongEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ReleaseRunner, LongConsumer) with arguments (scheduling, release, null, null, null, logic).
AsyncLongEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.AsyncLongEventHandler
Calling this constructor is equivalent to calling AsyncLongEventHandler.AsyncLongEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ReleaseRunner, LongConsumer) with arguments (scheduling, release, null, null, null, null)
AsyncLongEventHandler(LongConsumer) - Constructor for class javax.realtime.AsyncLongEventHandler
Calling this constructor is equivalent to calling AsyncLongEventHandler.AsyncLongEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, 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, 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.AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ReleaseRunner, Consumer) with arguments (scheduling, release, null, null, null, logic).
AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters<?>) - Constructor for class javax.realtime.AsyncObjectEventHandler
Calling this constructor is equivalent to calling AsyncObjectEventHandler.AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, ReleaseRunner, Consumer) with arguments (scheduling, release, null, null, null, null)
AsyncObjectEventHandler(Consumer<P>) - Constructor for class javax.realtime.AsyncObjectEventHandler
Calling this constructor is equivalent to calling AsyncObjectEventHandler.AsyncObjectEventHandler(SchedulingParameters, ReleaseParameters, MemoryParameters, MemoryArea, 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.
AsyncTimable - Interface in javax.realtime
A common type for Timer and RealtimeThread to indicate that they can be associated with a Clock and released by time events on that clock.
attach(Schedulable) - Method in class javax.realtime.FirstInFirstOutReleaseRunner
Attach a handler from this runner, so it will be released.
attach(Schedulable) - Method in class javax.realtime.ReleaseRunner
Notifies this runner that the handler is now associated with it.
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.5.1-0

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