RSE
Release 1.0

Uses of Interface
org.eclipse.rse.subsystems.processes.core.subsystem.IRemoteProcess

Packages that use IRemoteProcess
org.eclipse.rse.processes.ui.actions   
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore   
org.eclipse.rse.subsystems.processes.local   
org.eclipse.rse.subsystems.processes.servicesubsystem   
 

Uses of IRemoteProcess in org.eclipse.rse.processes.ui.actions
 

Methods in org.eclipse.rse.processes.ui.actions with parameters of type IRemoteProcess
protected  boolean SystemKillProcessAction.doKill(IProgressMonitor monitor, String signal, IRemoteProcess process)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.core.subsystem that return IRemoteProcess
 IRemoteProcess[] IHostProcessToRemoteProcessAdapter.convertToRemoteProcesses(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess[] nodes)
          Convert a set of IHostProcess objects to IRemoteProcess objects.
 IRemoteProcess IHostProcessToRemoteProcessAdapter.convertToRemoteProcess(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess node)
          Convert a single IHostProcess object to an IRemoteProcess object.
 IRemoteProcess IRemoteProcess.getParentRemoteProcess()
          Get the parent remote process of this process
 IRemoteProcess IRemoteProcessContext.getParentRemoteProcess()
          Return the parent remote process object expanded to get this object, or null if no such parent
 IRemoteProcess[] IRemoteProcessSubSystem.listAllProcesses(IHostProcessFilter processNameFilter, IRemoteProcessContext context, IProgressMonitor monitor)
          Return a list of all processes on the remote system.
 IRemoteProcess[] IRemoteProcessSubSystem.listRoots(IRemoteProcessContext context, IProgressMonitor monitor)
          Returns root processes
 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.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.getParentProcess(IRemoteProcess process)
          Given a process, return its parent process object.
 IRemoteProcess IRemoteProcessSubSystem.getRemoteProcessObject(long pid)
          Given a pid, return an IRemoteProcess object for it.
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem with parameters of type IRemoteProcess
 IRemoteProcess[] IHostProcessToRemoteProcessAdapter.convertToRemoteProcesses(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess[] nodes)
          Convert a set of IHostProcess objects to IRemoteProcess objects.
 IRemoteProcess IHostProcessToRemoteProcessAdapter.convertToRemoteProcess(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess node)
          Convert a single IHostProcess object to an IRemoteProcess object.
 void IRemoteProcessContext.setParentRemoteProcess(IRemoteProcess parentProcess)
          Set the parent remote process object expanded to get this object, or null if no such parent
 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.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.getParentProcess(IRemoteProcess process)
          Given a process, return its parent process object.
 boolean IRemoteProcessSubSystem.kill(IRemoteProcess process, String signal)
          Kill the given process.
 

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

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

Fields in org.eclipse.rse.subsystems.processes.core.subsystem.impl declared as IRemoteProcess
protected  IRemoteProcess RemoteProcessImpl._parentProcess
           
protected  IRemoteProcess RemoteProcessContext.parentProcess
           
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl that return IRemoteProcess
 IRemoteProcess RemoteProcessImpl.getParentRemoteProcess()
           
 IRemoteProcess RemoteProcessSubSystemImpl.getParentProcess(IRemoteProcess process)
           
 IRemoteProcess[] RemoteProcessSubSystemImpl.listRoots(IRemoteProcessContext context, IProgressMonitor monitor)
          At this point there is only one root process, the 'init' process with pid 1
abstract  IRemoteProcess[] RemoteProcessSubSystemImpl.listAllProcesses(IHostProcessFilter processNameFilter, IRemoteProcessContext context, IProgressMonitor monitor)
           
abstract  IRemoteProcess RemoteProcessSubSystemImpl.getRemoteProcessObject(long pid)
           
 IRemoteProcess RemoteProcessContext.getParentRemoteProcess()
          Return the parent remote process object expanded to get this object, or null if no such parent
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type IRemoteProcess
 IRemoteProcess RemoteProcessSubSystemImpl.getParentProcess(IRemoteProcess process)
           
abstract  boolean RemoteProcessSubSystemImpl.kill(IRemoteProcess process, String signal)
           
 void RemoteProcessContext.setParentRemoteProcess(IRemoteProcess parentProcessObject)
          Set the parent remote process object of this process
 

Constructors in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type IRemoteProcess
RemoteProcessContext(IRemoteProcessSubSystem subsystem, IRemoteProcess parentProcessObject, IHostProcessFilter filterString)
          Constructor that takes all inputs.
 

Uses of IRemoteProcess in org.eclipse.rse.subsystems.processes.dstore
 

Methods in org.eclipse.rse.subsystems.processes.dstore that return IRemoteProcess
 IRemoteProcess[] DStoreProcessAdapter.convertToRemoteProcesses(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess[] nodes)
           
 IRemoteProcess DStoreProcessAdapter.convertToRemoteProcess(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess node)
           
 

Methods in org.eclipse.rse.subsystems.processes.dstore with parameters of type IRemoteProcess
 IRemoteProcess[] DStoreProcessAdapter.convertToRemoteProcesses(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess[] nodes)
           
 IRemoteProcess DStoreProcessAdapter.convertToRemoteProcess(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess node)
           
 

Uses of IRemoteProcess in org.eclipse.rse.subsystems.processes.local
 

Methods in org.eclipse.rse.subsystems.processes.local that return IRemoteProcess
 IRemoteProcess[] LocalProcessAdapter.convertToRemoteProcesses(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess[] nodes)
           
 IRemoteProcess LocalProcessAdapter.convertToRemoteProcess(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess node)
           
 

Methods in org.eclipse.rse.subsystems.processes.local with parameters of type IRemoteProcess
 IRemoteProcess[] LocalProcessAdapter.convertToRemoteProcesses(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess[] nodes)
           
 IRemoteProcess LocalProcessAdapter.convertToRemoteProcess(IRemoteProcessContext context, IRemoteProcess parent, IHostProcess node)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.servicesubsystem that return IRemoteProcess
 IRemoteProcess ProcessServiceSubSystem.getRemoteProcessObject(long pid)
          Returns the IRemoteProcess representing the process on the remote machine that has a certain pid.
 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)
           
 

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


RSE
Release 1.0

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