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 

J

javax.realtime - package javax.realtime
Jamaica's implementation of the Real-Time Specification for Java.
javax.realtime.control - package javax.realtime.control
 
javax.realtime.device - package javax.realtime.device
JamaicaVM's implementation of the RTSJ Device Module.
javax.realtime.memory - package javax.realtime.memory
 
javax.realtime.posix - package javax.realtime.posix
 
join(HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Waits at most until the time designated by the time parameter for the reference count of this ScopedMemory to drop to zero.
join() - Method in class javax.realtime.memory.ScopedMemory
Waits until the reference count of this ScopedMemory goes down to zero.
join() - Method in class javax.realtime.ScopedMemory
Waits until the reference count of this ScopedMemory goes down to zero.
join(HighResolutionTime<?>) - Method in class javax.realtime.ScopedMemory
Waits at most until the time designated by the time parameter for the reference count of this ScopedMemory to drop to zero.
joinAndEnter() - Method in class javax.realtime.memory.ScopedMemory
In the error-free case, joinAndEnter combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnter(HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
In the error-free case, joinAndEnter combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnter(Runnable) - Method in class javax.realtime.memory.ScopedMemory
In the error-free case, joinAndEnter combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnter(Supplier<T>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable) except that the executed method is called get and an object is returned.
joinAndEnter(BooleanSupplier) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable) except that the executed method is called get and a boolean is returned.
joinAndEnter(IntSupplier) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable) except that the executed method is called get and an int is returned.
joinAndEnter(LongSupplier) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable) except that the executed method is called get and a long is returned.
joinAndEnter(DoubleSupplier) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable) except that the executed method is called get and a double is returned.
joinAndEnter(Runnable, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
In the error-free case, joinAndEnter combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnter(Supplier<P>, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable, HighResolutionTime) except that the executed method is called get and an object is returned.
joinAndEnter(BooleanSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable, HighResolutionTime) except that the executed method is called get and a boolean is returned.
joinAndEnter(IntSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable, HighResolutionTime) except that the executed method is called get and an int is returned.
joinAndEnter(LongSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable, HighResolutionTime) except that the executed method is called get and a long is returned.
joinAndEnter(DoubleSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnter(Runnable, HighResolutionTime) except that the executed method is called get and a double is returned.
joinAndEnter() - Method in class javax.realtime.ScopedMemory
In the error-free case, joinAndEnter() combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnter(HighResolutionTime<?>) - Method in class javax.realtime.ScopedMemory
In the error-free case, joinAndEnter() combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnter(Runnable) - Method in class javax.realtime.ScopedMemory
In the error-free case, joinAndEnter() combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnter(Runnable, HighResolutionTime<?>) - Method in class javax.realtime.ScopedMemory
In the error-free case, joinAndEnter() combines join();enter(); such that no enter() from another schedulable can intervene between the two method invocations.
joinAndEnterInternal(Supplier<P>, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnterInternal(Runnable, HighResolutionTime) except that the executed method is called get and an object is returned.
joinAndEnterInternal(BooleanSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnterInternal(Runnable, HighResolutionTime) except that the executed method is called get and a boolean is returned.
joinAndEnterInternal(IntSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnterInternal(Runnable, HighResolutionTime) except that the executed method is called get and an int is returned.
joinAndEnterInternal(LongSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnterInternal(Runnable, HighResolutionTime) except that the executed method is called get and a long is returned.
joinAndEnterInternal(DoubleSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.ScopedMemory
Same as ScopedMemory.joinAndEnterInternal(Runnable, HighResolutionTime) except that the executed method is called get and a double is returned.
joinAndEnterPinned() - Method in class javax.realtime.memory.PinnableMemory
Same as ScopedMemory.joinAndEnter() except that the area may be pinned so the memory may not have been cleared.
joinAndEnterPinned(Runnable) - Method in class javax.realtime.memory.PinnableMemory
Same as ScopedMemory.joinAndEnter(Runnable) except that the area may be pinned so the memory may not have been cleared.
joinAndEnterPinned(Supplier<T>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable) except that the executed method is called get and an object is returned.
joinAndEnterPinned(BooleanSupplier) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable) except that the executed method is called get and a boolean is returned.
joinAndEnterPinned(IntSupplier) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable) except that the executed method is called get and an int is returned.
joinAndEnterPinned(LongSupplier) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable) except that the executed method is called get and a long is returned.
joinAndEnterPinned(DoubleSupplier) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable) except that the executed method is called get and a double is returned.
joinAndEnterPinned(HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as ScopedMemory.joinAndEnter(HighResolutionTime) except that pinning is ignored so the memory may not have been cleared.
joinAndEnterPinned(Runnable, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as ScopedMemory.joinAndEnter(Runnable, HighResolutionTime) except that pinning is ignored so the memory may not have been cleared.
joinAndEnterPinned(Supplier<P>, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable, HighResolutionTime) except that the executed method is called get and an object is returned.
joinAndEnterPinned(BooleanSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable, HighResolutionTime) except that the executed method is called get and a boolean is returned.
joinAndEnterPinned(IntSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable, HighResolutionTime) except that the executed method is called get and an int is returned.
joinAndEnterPinned(LongSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable, HighResolutionTime) except that the executed method is called get and a long is returned.
joinAndEnterPinned(DoubleSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinned(Runnable, HighResolutionTime) except that the executed method is called get and a double is returned.
joinAndEnterPinnedInternal(IntSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinnedInternal(Runnable, HighResolutionTime) except that the executed method is called get and an int is returned.
joinAndEnterPinnedInternal(LongSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinnedInternal(Runnable, HighResolutionTime) except that the executed method is called get and a long is returned.
joinAndEnterPinnedInternal(DoubleSupplier, HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as PinnableMemory.joinAndEnterPinnedInternal(Runnable, HighResolutionTime) except that the executed method is called get and a double is returned.
joinPinned(HighResolutionTime<?>) - Method in class javax.realtime.memory.PinnableMemory
Same as ScopedMemory.join(HighResolutionTime) except that the area may be pinned so the memory may not have been cleared.
joinPinned() - Method in class javax.realtime.memory.PinnableMemory
Same as ScopedMemory.join() except that the area may be pinned so the memory may not have been cleared.
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.