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

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

Packages that use IHostProcess
org.eclipse.rse.services.clientserver.processes.handlers   
org.eclipse.rse.services.processes   
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
 

Uses of IHostProcess in org.eclipse.rse.services.clientserver.processes.handlers
 

Subinterfaces of IHostProcess in org.eclipse.rse.services.clientserver.processes.handlers
 interface IRemoteServerProcess
           
 

Classes in org.eclipse.rse.services.clientserver.processes.handlers that implement IHostProcess
 class UniversalServerProcessImpl
           
 

Methods in org.eclipse.rse.services.clientserver.processes.handlers that return IHostProcess
  IHostProcess UniversalLinuxProcessHandler. kill ( IHostProcess process, String type)
           
  IHostProcess UniversalMacOSXProcessHandler. kill ( IHostProcess process, String type)
           
  IHostProcess UniversalAIXProcessHandler. kill ( IHostProcess process, String type)
           
  IHostProcess ProcessHandler. kill ( IHostProcess process, String type)
          Sends a kill signal to a process.
 

Methods in org.eclipse.rse.services.clientserver.processes.handlers with parameters of type IHostProcess
  IHostProcess UniversalLinuxProcessHandler. kill ( IHostProcess process, String type)
           
  IHostProcess UniversalMacOSXProcessHandler. kill ( IHostProcess process, String type)
           
  IHostProcess UniversalAIXProcessHandler. kill ( IHostProcess process, String type)
           
  IHostProcess ProcessHandler. kill ( IHostProcess process, String type)
          Sends a kill signal to a process.
 

Uses of IHostProcess in org.eclipse.rse.services.processes
 

Classes in org.eclipse.rse.services.processes that implement IHostProcess
 class AbstractHostProcess
           
 

Methods in org.eclipse.rse.services.processes that return IHostProcess
  IHostProcess IProcessService. getParentProcess (long pid, IProgressMonitor monitor)
          Given a process, return its parent process object.
  IHostProcess AbstractProcessService. getParentProcess (long pid, IProgressMonitor monitor)
           
  IHostProcess IProcessService. getProcess (long pid, IProgressMonitor monitor)
          Given a pid, return an IHostProcess object for it.
  IHostProcess AbstractProcessService. getProcess (long pid, IProgressMonitor monitor)
           
  IHostProcess[] IProcessService. listAllProcesses ( IHostProcessFilter filter, IProgressMonitor monitor)
          Return a filtered list of all processes on the remote system.
  IHostProcess[] IProcessService. listAllProcesses ( IProgressMonitor monitor)
          Return a list of all processes on the remote system.
  IHostProcess[] AbstractProcessService. listAllProcesses ( IProgressMonitor monitor)
           
  IHostProcess[] IProcessService. listAllProcesses ( String exeNameFilter, String userNameFilter, String stateFilter, IProgressMonitor monitor)
          Return a filtered list of all processes on the remote system.
  IHostProcess[] AbstractProcessService. listAllProcesses ( String exeNameFilter, String userNameFilter, String stateFilter, IProgressMonitor monitor)
           
  IHostProcess[] IProcessService. listChildProcesses (long parentPID, IHostProcessFilter filter, IProgressMonitor monitor)
          Return a filtered list of remote child processes of the given parent process on the remote system
  IHostProcess[] AbstractProcessService. listChildProcesses (long parentPID, IHostProcessFilter filter, IProgressMonitor monitor)
           
  IHostProcess[] IProcessService. listChildProcesses (long parentPID, IProgressMonitor monitor)
          Return a list of all remote child processes of the given parent process on the remote system
  IHostProcess[] AbstractProcessService. listChildProcesses (long parentPID, IProgressMonitor monitor)
           
  IHostProcess[] IProcessService. listRootProcesses ( IProgressMonitor monitor)
          Returns root processes on the remote system
  IHostProcess[] AbstractProcessService. listRootProcesses ( IProgressMonitor monitor)
          Return a single IHostProcess object for the 'init' process with pid 1.
 

Uses of IHostProcess in org.eclipse.rse.subsystems.processes.core.subsystem
 

Subinterfaces of IHostProcess in org.eclipse.rse.subsystems.processes.core.subsystem
 interface IRemoteProcess
           
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem with parameters of type IHostProcess
  IRemoteProcess IHostProcessToRemoteProcessAdapter. convertToRemoteProcess ( IRemoteProcessContext context, IRemoteProcess parent, IHostProcess node)
          Convert a single IHostProcess object to an IRemoteProcess object.
  IRemoteProcess[] IHostProcessToRemoteProcessAdapter. convertToRemoteProcesses ( IRemoteProcessContext context, IRemoteProcess parent, IHostProcess[] nodes)
          Convert a set of IHostProcess objects to IRemoteProcess objects.
 

Uses of IHostProcess in org.eclipse.rse.subsystems.processes.core.subsystem.impl
 

Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement IHostProcess
 class RemoteProcessImpl
          Represents a remote process on the client machine.
 

Fields in org.eclipse.rse.subsystems.processes.core.subsystem.impl declared as IHostProcess
protected   IHostProcess RemoteProcessImpl. _underlyingProcess
           
 

Constructors in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type IHostProcess
RemoteProcessImpl ( IRemoteProcessContext context, IHostProcess process)
          Constructor that takes a context object containing important information.
 


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