Package | Description |
---|---|
javax.realtime.posix |
Modifier and Type | Method and Description |
---|---|
static Signal |
Signal.get(int id)
Gets a supported signal by its ID.
|
static Signal |
Signal.get(String name)
Gets a supported signal by its name.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SignalDispatcher.activate(Signal signal)
Activate an active event registered with this
dispatcher.
|
protected void |
SignalDispatcher.deactivate(Signal signal)
Deactivate an active event registered with this dispatcher.
|
protected void |
SignalDispatcher.deregister(Signal signal)
Deregisters an active event from this dispatcher, breaking its
association with this dispatcher.
|
boolean |
SignalDispatcher.isRegistered(Signal signal)
Test wether or not a given event is registered with this
dispatcher.
|
protected void |
SignalDispatcher.register(Signal signal)
Registers an active event with this dispatcher.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.