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.subsystems.processes.core.subsystem.IRemoteProcessContext

Packages that use IRemoteProcessContext
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.servicesubsystem   
 

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

Methods in org.eclipse.rse.subsystems.processes.core.subsystem that return IRemoteProcessContext
  IRemoteProcessContext IRemoteProcess. getContext ()
          Return the context associated with this remote file
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem with parameters of type IRemoteProcessContext
  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.
  IRemoteProcess[] IRemoteProcessSubSystem. listAllProcesses ( IHostProcessFilter processNameFilter, IRemoteProcessContext context, IProgressMonitor monitor)
          Return a list of all processes on the remote system.
  IRemoteProcess[] IRemoteProcessSubSystem. listChildProcesses ( IRemoteProcess parent, IHostProcessFilter processFilter, IRemoteProcessContext context, IProgressMonitor monitor)
          Return a list of remote child processes of the given process, which match the filter.
  IRemoteProcess[] IRemoteProcessSubSystem. listChildProcesses ( IRemoteProcess parent, IRemoteProcessContext context, IProgressMonitor monitor)
          Return a list of all remote child processes of the given parent process on the remote system
  IRemoteProcess[] IRemoteProcessSubSystem. listRoots ( IRemoteProcessContext context, IProgressMonitor monitor)
          Returns root processes
 

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

Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement IRemoteProcessContext
 class RemoteProcessContext
          This class represents a place to hold contextual information stored within each remote process object.
 

Fields in org.eclipse.rse.subsystems.processes.core.subsystem.impl declared as IRemoteProcessContext
protected   IRemoteProcessContext RemoteProcessImpl. _context
           
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl that return IRemoteProcessContext
  IRemoteProcessContext RemoteProcessImpl. getContext ()
          Return the context associated with this remote process
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type IRemoteProcessContext
  IRemoteProcess[] RemoteProcessSubSystemImpl. listRoots ( IRemoteProcessContext context, IProgressMonitor monitor)
          At this point there is only one root process, the 'init' process with pid 1
 

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

Uses of IRemoteProcessContext in org.eclipse.rse.subsystems.processes.servicesubsystem
 

Methods in org.eclipse.rse.subsystems.processes.servicesubsystem with parameters of type IRemoteProcessContext
  IRemoteProcess[] ProcessServiceSubSystem. listAllProcesses ( IHostProcessFilter processFilter, IRemoteProcessContext context, IProgressMonitor monitor)
           
  IRemoteProcess[] ProcessServiceSubSystem. listChildProcesses ( IRemoteProcess parent, IHostProcessFilter processFilter, IRemoteProcessContext context, IProgressMonitor monitor)
           
  IRemoteProcess[] ProcessServiceSubSystem. listChildProcesses ( IRemoteProcess parent, IRemoteProcessContext context, IProgressMonitor monitor)
           
 


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