aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

Uses of Class
javax.realtime.MemoryScopeException

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.
 


aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.