| Package | Description |
|---|---|
| com.redhat.thermostat.service.process |
| Modifier and Type | Method and Description |
|---|---|
static UNIXSignal |
UNIXSignal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UNIXSignal[] |
UNIXSignal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnixProcessUtilities.sendSignal(String pid,
UNIXSignal signal) |
void |
UNIXProcessHandler.sendSignal(String pid,
UNIXSignal signal)
Sends the given
UNIXSignal to the process indicated by
pid. |
Copyright © 2013. All Rights Reserved.