Uses of Class
javax.realtime.AsynchronouslyInterruptedException

Packages that use AsynchronouslyInterruptedException
javax.realtime   
 

Uses of AsynchronouslyInterruptedException in javax.realtime
 

Subclasses of AsynchronouslyInterruptedException in javax.realtime
 class Timed
          Create a scope in a Schedulable object which will be asynchronously interrupted at the expiration of a timer.
 

Methods in javax.realtime that return AsynchronouslyInterruptedException
static AsynchronouslyInterruptedException AsynchronouslyInterruptedException.getGeneric()
          Gets the singleton system generic AsynchronouslyInterruptedException that is generated when RealtimeThread.html.interrupt()is invoked.
 

Methods in javax.realtime with parameters of type AsynchronouslyInterruptedException
 void Interruptible.run(AsynchronouslyInterruptedException exception)
          The main piece of code that is executed when an implementation is given to doInterruptible().
 void Interruptible.interruptAction(AsynchronouslyInterruptedException exception)
          This method is called by the system if the run() method is interrupted.
 

Methods in javax.realtime that throw AsynchronouslyInterruptedException
 void Interruptible.run(AsynchronouslyInterruptedException exception)
          The main piece of code that is executed when an implementation is given to doInterruptible().