Subclasses of SSHProcess in org.objectweb.proactive.core.process.ssh |
class |
SSHHierarchicalProcess
This process starts a forwarder defined by the target process using SSH.
|
class |
SSHJVMProcess
The SSHJVMProcess class is able to start any class, of the ProActive library,
using ssh protocol. |
class |
SSHNodeProcess
This class has the same functionalities than SSHJVMProcess, except that the class associated with the target JVMProcess
ie the class that the target process will start is set automatically to org.objectweb.proactive.core.runtime.startRuntime .
|