|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.PidInfo
public class PidInfo
PidInfo specifies information of process id.
Constructor Summary | |
---|---|
PidInfo()
|
Method Summary | |
---|---|
int |
getJobID()
Get ID of job. |
int |
getPGID()
Get group id of process. |
int |
getPID()
Get id of process. |
int |
getPPID()
Get pem id of process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PidInfo()
Method Detail |
---|
public int getJobID()
public int getPGID()
public int getPID()
public int getPPID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |