|
RTSJ Implementation |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MemoryScopeException in javax.realtime |
|---|
| Methods in javax.realtime that throw MemoryScopeException | |
|---|---|
boolean |
WaitFreeDequeue.force(java.lang.Object object)
Deprecated. RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use WaitFreeRead/WriteQueue instead. |
boolean |
WaitFreeWriteQueue.force(java.lang.Object object)
force writes object into the queue even if the queue is full. |
| Constructors in javax.realtime that throw MemoryScopeException | |
|---|---|
WaitFreeDequeue(java.lang.Runnable writer,
java.lang.Runnable reader,
int maximum,
MemoryArea memory)
Deprecated. RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use WaitFreeRead/WriteQueue instead. |
|
WaitFreeReadQueue(java.lang.Runnable writer,
java.lang.Runnable reader,
int maximum,
MemoryArea memory)
Constructor to construct a non-blocking read queue in given memory area. |
|
WaitFreeReadQueue(java.lang.Runnable writer,
java.lang.Runnable reader,
int maximum,
MemoryArea memory,
boolean notify)
Constructor to construct a non-blocking read queue in given memory area. |
|
WaitFreeWriteQueue(java.lang.Thread writer,
java.lang.Thread reader,
int maximum,
MemoryArea memory)
Constructor to construct a non-blocking write queue in given memory area. |
|
|
RTSJ Implementation |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||