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