RSE
Release 1.0

org.eclipse.rse.services.clientserver.processes
Interface IHostProcess

All Known Subinterfaces:
IRemoteProcess, IRemoteServerProcess
All Known Implementing Classes:
AbstractHostProcess, DStoreHostProcess, RemoteProcessImpl, UniversalServerProcessImpl

public interface IHostProcess


Method Summary
 String getAllProperties()
          Returns all properties of this process in the same format as given in the dataelement
 long getGid()
          Get the process owner's group id (gid)
 String getLabel()
          Get the display name for this process.
 String getName()
          Get the name of the executable owning this process
 long getPid()
          Get the process id (pid) associated with this process.
 long getPPid()
          Get the parent process id (ppid) associated with this process.
 String getState()
          Get the state of the process
 long getTgid()
          Get the Tgid
 long getTracerPid()
          Get the TracerPid
 long getUid()
          Get the process owner's user id (uid)
 String getUsername()
          Get the process owner's username
 long getVmRSSInKB()
          Returns the virtual memory resident set size of this process (in kB).
 long getVmSizeInKB()
          Returns the virtual memory size of this process (in kB)
 boolean isRoot()
          Returns whether this is the root process or not
 

Method Detail

getPid

public long getPid()
Get the process id (pid) associated with this process.


getPPid

public long getPPid()
Get the parent process id (ppid) associated with this process.


getName

public String getName()
Get the name of the executable owning this process


getState

public String getState()
Get the state of the process


getTgid

public long getTgid()
Get the Tgid


getTracerPid

public long getTracerPid()
Get the TracerPid


getUid

public long getUid()
Get the process owner's user id (uid)


getUsername

public String getUsername()
Get the process owner's username


getGid

public long getGid()
Get the process owner's group id (gid)


isRoot

public boolean isRoot()
Returns whether this is the root process or not


getVmSizeInKB

public long getVmSizeInKB()
Returns the virtual memory size of this process (in kB)


getVmRSSInKB

public long getVmRSSInKB()
Returns the virtual memory resident set size of this process (in kB). This is the actual amount of RAM used by the process.


getLabel

public String getLabel()
Get the display name for this process.


getAllProperties

public String getAllProperties()
Returns all properties of this process in the same format as given in the dataelement


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.