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 

W

waitForData() - Method in class javax.realtime.WaitFreeReadQueue
waitForData blocks until this queue is non-empty.
waitForNextPeriod() - Static method in class javax.realtime.RealtimeThread
waitForNextPeriod delays the current periodic thread until the beginning of the next period.
waitForNextPeriodInterruptible() - Static method in class javax.realtime.RealtimeThread
waitForNextPeriodInterruptible is an exact copy of waitForNextPeriod, but permits to be interrupted when waiting for the next period or when waiting for a call to schedulePeriodic().
waitForNextRelease() - Static method in class javax.realtime.RealtimeThread
Block the current realtime thread until the beginning of the next period or a call to its RealtimeThread.release() method.
waitForNextReleaseInterruptible() - Static method in class javax.realtime.RealtimeThread
Same as RealtimeThread.waitForNextRelease() except it can throw an interrupted exception
waitForObject(Object, HighResolutionTime<?>) - Static method in class javax.realtime.HighResolutionTime
waitForObject waits for the given object using a HighResolutionTime as timeout.
WaitFreeDequeue - Class in javax.realtime
Deprecated.
RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use WaitFreeRead/WriteQueue instead.
WaitFreeDequeue(Runnable, Runnable, int, MemoryArea) - Constructor for class javax.realtime.WaitFreeDequeue
Deprecated.
RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use WaitFreeRead/ WriteQueue instead.
WaitFreeReadQueue<T> - Class in javax.realtime
Jamaica Real-Time Specification for Java class WaitFreeReadQueue.
WaitFreeReadQueue(int, boolean) - Constructor for class javax.realtime.WaitFreeReadQueue
Constructor to construct a queue in immortal memory.
WaitFreeReadQueue(int, MemoryArea, boolean) - Constructor for class javax.realtime.WaitFreeReadQueue
Constructor to construct a queue in given memory area.
WaitFreeReadQueue(Runnable, Runnable, int, MemoryArea) - Constructor for class javax.realtime.WaitFreeReadQueue
Constructor to construct a non-blocking read queue in given memory area.
WaitFreeReadQueue(Runnable, Runnable, int, MemoryArea, boolean) - Constructor for class javax.realtime.WaitFreeReadQueue
Constructor to construct a non-blocking read queue in given memory area.
WaitFreeWriteQueue<T> - Class in javax.realtime
Jamaica Real-Time Specification for Java class WaitFreeWriteQueue.
WaitFreeWriteQueue(int) - Constructor for class javax.realtime.WaitFreeWriteQueue
Constructor to construct a non-blocking write queue in immortal memory.
WaitFreeWriteQueue(int, MemoryArea) - Constructor for class javax.realtime.WaitFreeWriteQueue
Constructor to construct a non-blocking write queue in given memory area.
WaitFreeWriteQueue(Runnable, Runnable, int, MemoryArea) - Constructor for class javax.realtime.WaitFreeWriteQueue
Constructor to construct a non-blocking write queue in given memory area.
write(T) - Method in class javax.realtime.WaitFreeReadQueue
write writes an element to the queue.
write(T) - Method in class javax.realtime.WaitFreeWriteQueue
write writes an element to the queue.
writeReplace() - Method in interface javax.realtime.StaticThrowable
Replace this objected with a special transport object when serializing.
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.