aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation
A B C D E F G H I J L M N O P R S T U V W

A

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 converts this time to an absolute time relative to the given clock.
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 Realtime 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 absoulte 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. nanos should be positive.
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 absoulte 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. nanos should be positive.
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(AsyncEventHandler) - Method in class javax.realtime.AsyncEvent
addHandler adds a handler to 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.AsyncEventHandler
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.AsyncEventHandler
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.
ALIGNED - Static variable in class javax.realtime.PhysicalMemoryManager
Memory type for aligned memory, if supported by the implementation.
AperiodicParameters - Class in javax.realtime
Jamaica Realtime Specification for Java class AperiodicParameters This class characterizes the release of schedulable objects that can be released at any time.
AperiodicParameters() - Constructor for class javax.realtime.AperiodicParameters
Create an AperiodicParameters object.
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.
arrivalTimeQueueOverflowExcept - Static variable in class javax.realtime.AperiodicParameters
The "EXCEPT" policy for dealing with arrival time queue overflow.
ArrivalTimeQueueOverflowException - Exception in javax.realtime
Jamaica Realtime 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.
AsyncEvent - Class in javax.realtime
Jamaica Realtime 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 Realtime 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 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 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 given scheduling, release, memory, memory area, processing group, noheap and logic parameters.
AsynchronouslyInterruptedException - Exception in javax.realtime
Jamaica Realtime Specification for Java class AsynchronouslyInterruptedException.
AsynchronouslyInterruptedException() - Constructor for exception javax.realtime.AsynchronouslyInterruptedException
Constructor to create an instance of AsynchronouslyInterruptedException.

aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation
A B C D E F G H I J L M N O P R S T U V W
aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.