| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.sigar.ProcExe
public class ProcExe
ProcExe sigar class.
| Constructor Summary | |
|---|---|
| ProcExe() | |
| Method Summary | |
|---|---|
|  void | gather(Sigar sigar,
       long pid) | 
|  java.lang.String | getCwd()Get the Name of process current working directory. | 
|  java.lang.String | getName()Get the Name of process executable. | 
|  java.util.Map | toMap() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ProcExe()
| Method Detail | 
|---|
public void gather(Sigar sigar,
                   long pid)
            throws SigarException
SigarExceptionpublic java.lang.String getName()
Supported Platforms: FreeBSD, Linux, Solaris, Win32.
System equivalent commands:
ls -l /proc/$$/exe
public java.lang.String getCwd()
Supported Platforms: Linux, Solaris, Win32.
System equivalent commands:
ls -l /proc/$$/cwd
public java.util.Map toMap()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||