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 

E

EMPTY_TRACE - Static variable in class javax.realtime.StaticThrowableStorage
A single copy of an empty stack trace.
enable() - Method in interface javax.realtime.ActiveEvent
Changes the state of the event so that associated handlers are released on fire.
enable() - Method in class javax.realtime.AsyncBaseEvent
Change the state of the event so that associated handlers are released on fire.
enable() - Method in exception javax.realtime.control.AsynchronouslyInterruptedException
enable interruption by this exception.
enable() - Method in class javax.realtime.posix.Signal
Change the state of the event so that associated handlers are released on fire.
enable() - Method in class javax.realtime.Timer
enable re-enables firing of this timer if it was disabled by a previous call to disable().
enter() - Method in class javax.realtime.memory.ScopedMemory
Associates this memory area with the current schedulable for the duration of the execution of the run() method of the instance of Runnable given in the constructor.
enter(Runnable) - Method in class javax.realtime.memory.ScopedMemory
Associates this memory area with the current schedulable for the duration of the execution of the run() method of the given Runnable.
enter(BooleanSupplier) - Method in class javax.realtime.memory.ScopedMemory
 
enter(DoubleSupplier) - Method in class javax.realtime.memory.ScopedMemory
 
enter(IntSupplier) - Method in class javax.realtime.memory.ScopedMemory
 
enter(LongSupplier) - Method in class javax.realtime.memory.ScopedMemory
 
enter(Supplier<T>) - Method in class javax.realtime.memory.ScopedMemory
 
enter() - Method in class javax.realtime.memory.StackedMemory
Associates this memory area with the current Schedulable object for the duration of the run() method of the instance of Runnable given in this object's constructor.
enter(Runnable) - Method in class javax.realtime.memory.StackedMemory
Associates this memory area with the current Schedulable object for the duration of the run() method of the given Runnable.
enter() - Method in class javax.realtime.MemoryArea
Associates this memory area with the current schedulable for the duration of the execution of the run() method of the instance of Runnable given in the constructor.
enter(Runnable) - Method in class javax.realtime.MemoryArea
Associates this memory area with the current schedulable for the duration of the execution of the run() method of the given Runnable.
enter(BooleanSupplier) - Method in class javax.realtime.MemoryArea
Same as MemoryArea.enter(Runnable) except that the executed method is called getAsBoolean() and a boolean is returned.
enter(DoubleSupplier) - Method in class javax.realtime.MemoryArea
Same as MemoryArea.enter(Runnable) except that the executed method is called getAsDouble() and a double is returned.
enter(IntSupplier) - Method in class javax.realtime.MemoryArea
Same as MemoryArea.enter(Runnable) except that the executed method is called getAsInt() and an int is returned.
enter(LongSupplier) - Method in class javax.realtime.MemoryArea
Same as MemoryArea.enter(Runnable) except that the executed method is called getAsLong() and a long is returned.
enter(Supplier<T>) - Method in class javax.realtime.MemoryArea
Same as MemoryArea.enter(Runnable) except that the executed method is called get() and an object is returned.
enter() - Method in class javax.realtime.ScopedMemory
Associates this memory area with the current schedulable for the duration of the execution of the run() method of the instance of Runnable given in the constructor.
enter(Runnable) - Method in class javax.realtime.ScopedMemory
Associates this memory area with the current schedulable for the duration of the execution of the run() method of the given Runnable.
equals(Object) - Method in class javax.realtime.Affinity
 
equals(T) - Method in class javax.realtime.HighResolutionTime
equals checks if this and time are equal.
equals(Object) - Method in class javax.realtime.HighResolutionTime
equals checks if this and object are equal.
equals(Object) - Method in class javax.realtime.posix.POSIXPermission
 
equals(Object) - Method in class javax.realtime.RealtimePermission
Compare two Permission objects for equality.
equals(Object) - Method in class javax.realtime.TaskPermission
 
EventQueueOverflowException - Exception in javax.realtime
When an arrival time occurs and should be queued, but the queue already holds a number of times equal to the initial queue length, an instance of this class is thrown.
executeInArea(Runnable) - Method in class javax.realtime.memory.ScopedMemory
Executes the run method from the logic parameter using this memory area as the current allocation context.
executeInArea(Supplier<T>) - Method in class javax.realtime.memory.ScopedMemory
Executes the run method from the logic parameter using this memory area as the current allocation context.
executeInArea(IntSupplier) - Method in class javax.realtime.memory.ScopedMemory
Executes the run method from the logic parameter using this memory area as the current allocation context.
executeInArea(LongSupplier) - Method in class javax.realtime.memory.ScopedMemory
Executes the run method from the logic parameter using this memory area as the current allocation context.
executeInArea(DoubleSupplier) - Method in class javax.realtime.memory.ScopedMemory
Executes the run method from the logic parameter using this memory area as the current allocation context.
executeInArea(BooleanSupplier) - Method in class javax.realtime.memory.ScopedMemory
Executes the run method from the logic parameter using this memory area as the current allocation context.
executeInArea(Runnable) - Method in class javax.realtime.MemoryArea
Executes the run() method from the logic parameter using this memory area as the current allocation context.
executeInArea(BooleanSupplier) - Method in class javax.realtime.MemoryArea
Executes the getAsBoolean() method from the logic parameter using this memory area as the current allocation context.
executeInArea(DoubleSupplier) - Method in class javax.realtime.MemoryArea
Executes the getAsDouble() method from the logic parameter using this memory area as the current allocation context.
executeInArea(IntSupplier) - Method in class javax.realtime.MemoryArea
Executes the getAsInt() method from the logic parameter using this memory area as the current allocation context.
executeInArea(LongSupplier) - Method in class javax.realtime.MemoryArea
Executes the getAsLong() method from the logic parameter using this memory area as the current allocation context.
executeInArea(Supplier<T>) - Method in class javax.realtime.MemoryArea
Executes the get() method from the logic parameter using this memory area as the current allocation context.
executeInArea(Runnable) - Method in class javax.realtime.ScopedMemory
Executes the run method from the logic parameter using this memory area as the current allocation context.
executeInArea(Supplier<T>) - Method in class javax.realtime.ScopedMemory
 
executeInArea(IntSupplier) - Method in class javax.realtime.ScopedMemory
 
executeInArea(LongSupplier) - Method in class javax.realtime.ScopedMemory
 
executeInArea(DoubleSupplier) - Method in class javax.realtime.ScopedMemory
 
executeInArea(BooleanSupplier) - Method in class javax.realtime.ScopedMemory
 
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.