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(Integer pid,
UNIXSignal signal) |
void |
UNIXProcessHandler.sendSignal(Integer pid,
UNIXSignal signal)
Sends the given
UNIXSignal to the process indicated by
pid . |
Copyright © 2014. All Rights Reserved.