|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.plugins.apache.util.OsProcessUtility
public abstract class OsProcessUtility
Utility class to obtain the executable path of a process with the help of Sigar.
| Method Summary | |
|---|---|
static java.io.File |
getProcExe(long pid,
java.lang.String name)
Attempt to find the executable path of the process with the specified pid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Nullable
public static java.io.File getProcExe(long pid,
java.lang.String name)
null is returned.
pid - Process identifiername - Binary base name to match against
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||