Package org.objectweb.proactive.core.process.ssh

Defines services for creating a remote process using SSH.

See:
          Description

Class Summary
SSHJVMProcess The SSHJVMProcess class is able to start any class, of the ProActive library, using ssh protocol.
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.
SSHProcess The SSHProcess class is able to start any class, of the ProActive library, using ssh protocol.
 

Package org.objectweb.proactive.core.process.ssh Description

Defines services for creating a remote process using SSH. Currently it is only possible to use SSH from Unix to Unix or from Windows to Unix. The two missing part (Windows/Unix to Windows) do not work because the lack of a standard SSH server on Windows systems.

Since:
ProActive 0.9.a
Version:
1.0, 2002/10/23
Author:
ProActive Team


Copyright © April 2004 INRIA All Rights Reserved.