Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ReleaseRunner.attach(ReleaseRunner.Proxy handler)
Notifies this runner that the handler is now associated with it.
|
protected void |
FirstInFirstOutReleaseRunner.attach(ReleaseRunner.Proxy handler)
Attach a handler from this runner, so it will be released.
|
default int |
ReleaseRunner.Proxy.compareTo(ReleaseRunner.Proxy r2) |
protected abstract void |
ReleaseRunner.detach(ReleaseRunner.Proxy handler)
Notifies this runner that the handler is no longer associated with it.
|
protected void |
FirstInFirstOutReleaseRunner.detach(ReleaseRunner.Proxy handler)
Detach a handler from this runner, so it will no longer be released.
|
protected abstract void |
ReleaseRunner.release(ReleaseRunner.Proxy proxy)
Finds a thread and has it call the
Runnable.run()
method. |
protected void |
FirstInFirstOutReleaseRunner.release(ReleaseRunner.Proxy handler) |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.