|
|
|
|
Uses of Interface org.eclipse.rse.subsystems.processes.core.subsystem.IRemoteProcess
Methods in
org.eclipse.rse.subsystems.processes.core.subsystem that return
IRemoteProcess
|
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.
getParentProcess
(
IRemoteProcess process)
Given a process, return its parent process 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.
getRemoteProcessObject
(long pid)
Given a pid, return an IRemoteProcess object for it. |
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 |
Methods in
org.eclipse.rse.subsystems.processes.core.subsystem with parameters of type
IRemoteProcess
|
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.
getParentProcess
(
IRemoteProcess process)
Given a process, return its parent process object. |
boolean
|
IRemoteProcessSubSystem.
kill
(
IRemoteProcess process,
String signal)
Kill the given process. |
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 |
void
|
IRemoteProcessContext.
setParentRemoteProcess
(
IRemoteProcess parentProcess)
Set the parent remote process object expanded to get this object, or null if no such parent |
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|