|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemoryScopeException | |
|---|---|
| javax.realtime | Jamaica's implementation of the Real-Time Specification for Java. |
| Uses of MemoryScopeException in javax.realtime |
|---|
| Methods in javax.realtime that throw MemoryScopeException | |
|---|---|
boolean |
WaitFreeDequeue.force(Object object)
Deprecated. RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use WaitFreeRead/ WriteQueue instead. |
boolean |
WaitFreeWriteQueue.force(Object object)
force writes object into the queue even if the queue is full. |
| Constructors in javax.realtime that throw MemoryScopeException | |
|---|---|
WaitFreeDequeue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory)
Deprecated. RTSJ V1.0.1 class WaitFreeDequeue is deprecated. Use WaitFreeRead/ WriteQueue instead. |
|
WaitFreeReadQueue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory)
Constructor to construct a non-blocking read queue in given memory area. |
|
WaitFreeReadQueue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory,
boolean notify)
Constructor to construct a non-blocking read queue in given memory area. |
|
WaitFreeWriteQueue(Runnable writer,
Runnable reader,
int maximum,
MemoryArea memory)
Constructor to construct a non-blocking write queue in given memory area. |
|
|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||