|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
UniversalSolarisProcessHandler.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 |
UniversalSolarisProcessHandler.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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |