@Service public interface UNIXProcessHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessName(Integer pid)
Gets the process name given its
pid. |
void |
sendSignal(Integer pid,
UNIXSignal signal)
Sends the given
UNIXSignal to the process indicated by
pid. |
static final String ID
void sendSignal(Integer pid, UNIXSignal signal)
UNIXSignal to the process indicated by
pid.Copyright © 2015. All rights reserved.