|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
An adapter for converting from IHostProcesses to IRemoteProcesses. An IHostProcess is an abstract representation of a process on a host machine, whereas an IRemoteProcess also contains information that is RSE specific.
| 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. |
| Method Detail |
public IRemoteProcess[] convertToRemoteProcesses(IRemoteProcessContext context,
IRemoteProcess parent,
IHostProcess[] nodes)
context - 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)
context - 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 | |||||||||||