|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.subsystems.processes.local.LocalProcessAdapter
Adapter for converting IHostProcess objects (objects where the underlying process resides on the local machine) to IRemoteProcess objects
| Constructor Summary | |
|---|---|
LocalProcessAdapter()
|
|
| Method Summary | |
|---|---|
IRemoteProcess |
convertToRemoteProcess(IRemoteProcessContext context,
IRemoteProcess parent,
IHostProcess node)
Convert a single IHostProcess object to an IRemoteProcess object. |
IRemoteProcess[] |
convertToRemoteProcesses(IRemoteProcessContext context,
IRemoteProcess parent,
IHostProcess[] nodes)
Convert a set of IHostProcess objects to IRemoteProcess objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LocalProcessAdapter()
| Method Detail |
public IRemoteProcess[] convertToRemoteProcesses(IRemoteProcessContext context,
IRemoteProcess parent,
IHostProcess[] nodes)
IHostProcessToRemoteProcessAdapter
convertToRemoteProcesses in interface IHostProcessToRemoteProcessAdaptercontext - An object representing some contextual information for the processesparent - The parent process objectnodes - The set of IHostProcess objects to convert
public IRemoteProcess convertToRemoteProcess(IRemoteProcessContext context,
IRemoteProcess parent,
IHostProcess node)
IHostProcessToRemoteProcessAdapter
convertToRemoteProcess in interface IHostProcessToRemoteProcessAdaptercontext - An object representing some contextual information for the processparent - The parent process objectnode - The IHostProcess object to convert
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||