Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.services.clientserver.processes.handlers
Interface IRemoteServerProcess

All Superinterfaces:
IHostProcess
All Known Implementing Classes:
UniversalServerProcessImpl

public interface IRemoteServerProcess
extends IHostProcess


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

setPid

void setPid(
String pid)
Set the process id (pid) associated with this process.


setPPid

void setPPid(
String ppid)
Set the parent process id (ppid) associated with this process.


setName

void setName(
String name)
Set the name of the executable owning this process


setState

void setState(
String state)
Set the state of the process


setTgid

void setTgid(
String tgid)
Set the Tgid


setTracerPid

void setTracerPid(
String tracerpid)
Set the TracerPid


setUid

void setUid(
String uid)
Set the process owner's user id (uid)


setUsername

void setUsername(
String username)
Set the process owner's username


setGid

void setGid(
String gid)
Set the process owner's group id (gid)


setAllProperties

void setAllProperties(
String allProperties)
Sets all properties of this process in the same format as given in the dataelement


setVmSizeInKB

void setVmSizeInKB(
String size)
Sets the virtual memory size of this process (in kB)


setVmRSSInKB

void setVmRSSInKB(
String size)
Sets the virtual memory resident set size of this process (in kB). This is the actual amount of RAM used by the process.


setLabel

void setLabel(
String label)
Set the display name for this process.


RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire