aicas logoJamaica 6.4 release 1

Uses of Class
javax.realtime.AsynchronouslyInterruptedException

Packages that use AsynchronouslyInterruptedException
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
 

Uses of AsynchronouslyInterruptedException in javax.realtime
 

Subclasses of AsynchronouslyInterruptedException in javax.realtime
 class Timed
           Jamaica Real-Time Specification for Java class Timed.
 

Methods in javax.realtime that return AsynchronouslyInterruptedException
static AsynchronouslyInterruptedException AsynchronouslyInterruptedException.getGeneric()
          getGeneric returns the generic instance of AsynchronouslyInterruptedException that is thrown on a call to RealtimeThread.interrupt().
 

Methods in javax.realtime with parameters of type AsynchronouslyInterruptedException
 void Interruptible.interruptAction(AsynchronouslyInterruptedException exception)
          interruptAction will be called when the run() method returned because it was interrupted asynchronously.
 void Interruptible.run(AsynchronouslyInterruptedException exception)
          run contains the code that is to be executed in an interruptible way.
 

Methods in javax.realtime that throw AsynchronouslyInterruptedException
 void Interruptible.run(AsynchronouslyInterruptedException exception)
          run contains the code that is to be executed in an interruptible way.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.