|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.ProcCredName
public class ProcCredName
ProcCredName sigar class.
Constructor Summary | |
---|---|
ProcCredName()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar,
long pid)
|
java.lang.String |
getGroup()
Get the Process owner group name. |
java.lang.String |
getUser()
Get the Process owner user name. |
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 ProcCredName()
Method Detail |
---|
public void gather(Sigar sigar, long pid) throws SigarException
SigarException
public java.lang.String getUser()
Supported Platforms: All.
public java.lang.String getGroup()
Supported Platforms: All.
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 |