Uses of Class
javax.realtime.ScopedCycleException

Packages that use ScopedCycleException
javax.realtime   
 

Uses of ScopedCycleException in javax.realtime
 

Methods in javax.realtime that throw ScopedCycleException
 void MemoryArea.enter()
          Associate this memory area with the current schedulable object for the duration of the execution of the run() method of the instance of Runnable given in the constructor.
 void MemoryArea.enter(java.lang.Runnable logic)
          Associate this memory area with the current schedulable object for the duration of the execution of the run() method of the given Runnable.
 void MemoryArea.executeInArea(java.lang.Runnable logic)
          Execute the run() method from the logic parameter using this memory area as the current allocation context.