Package | Description |
---|---|
com.aicas.jamaica.lang |
Provides classes that are specific to JamaicaVM including
access to the CPU timer, debugging support, and an API for generating
and dumping profiles.
|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
static InterruptedException |
Wait.newInterruptedException()
Create a new InterruptedException.
|
Modifier and Type | Class and Description |
---|---|
class |
Timed
Jamaica Real-Time Specification for Java class Timed.
|
Modifier and Type | Method and Description |
---|---|
static AsynchronouslyInterruptedException |
AsynchronouslyInterruptedException.getGeneric()
getGeneric returns the generic instance of
AsynchronouslyInterruptedException that is thrown on a call to
RealtimeThread.interrupt().
|
AsynchronouslyInterruptedException |
AsynchronouslyInterruptedException.getSingleton() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Interruptible.run(AsynchronouslyInterruptedException exception)
run contains the code that is to be executed in an interruptible
way.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.