|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
void |
setAllProperties(String allProperties)
Sets all properties of this process in the same format as given in the dataelement |
void |
setGid(String gid)
Set the process owner's group id (gid) |
void |
setLabel(String label)
Set the display name for this process. |
void |
setName(String name)
Set the name of the executable owning this process |
void |
setPid(String pid)
Set the process id (pid) associated with this process. |
void |
setPPid(String ppid)
Set the parent process id (ppid) associated with this process. |
void |
setState(String state)
Set the state of the process |
void |
setTgid(String tgid)
Set the Tgid |
void |
setTracerPid(String tracerpid)
Set the TracerPid |
void |
setUid(String uid)
Set the process owner's user id (uid) |
void |
setUsername(String username)
Set the process owner's username |
void |
setVmRSSInKB(String size)
Sets the virtual memory resident set size of this process (in kB). |
void |
setVmSizeInKB(String size)
Sets the virtual memory size of this process (in kB) |
| Methods inherited from interface org.eclipse.rse.services.clientserver.processes.IHostProcess |
|---|
getAllProperties, getGid, getLabel, getName, getPid, getPPid, getState, getTgid, getTracerPid, getUid, getUsername, getVmRSSInKB, getVmSizeInKB, isRoot |
| Method Detail |
public void setPid(String pid)
public void setPPid(String ppid)
public void setName(String name)
public void setState(String state)
public void setTgid(String tgid)
public void setTracerPid(String tracerpid)
public void setUid(String uid)
public void setUsername(String username)
public void setGid(String gid)
public void setAllProperties(String allProperties)
public void setVmSizeInKB(String size)
public void setVmRSSInKB(String size)
public void setLabel(String label)
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||