RSE
Release 3.0

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

All Known Subinterfaces:
IRemoteProcess, IRemoteServerProcess
All Known Implementing Classes:
AbstractHostProcess, 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

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


getPPid

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


getName

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


getState

String getState()
Get the state of the process


getTgid

long getTgid()
Get the Tgid


getTracerPid

long getTracerPid()
Get the TracerPid


getUid

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


getUsername

String getUsername()
Get the process owner's username


getGid

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


isRoot

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


getVmSizeInKB

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


getVmRSSInKB

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

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


getAllProperties

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


RSE
Release 3.0

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