RSE
Release 3.2

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.2

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