|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteServerProcess
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 |
---|
void setPid(String pid)
void setPPid(String ppid)
void setName(String name)
void setState(String state)
void setTgid(String tgid)
void setTracerPid(String tracerpid)
void setUid(String uid)
void setUsername(String username)
void setGid(String gid)
void setAllProperties(String allProperties)
void setVmSizeInKB(String size)
void setVmRSSInKB(String size)
void setLabel(String label)
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |