|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JVMProcess | |
org.objectweb.proactive.core.process | Defines services for spawning an external process from Java. |
org.objectweb.proactive.core.process.rsh | Defines services for creating a remote process using RSH. |
org.objectweb.proactive.core.process.ssh | Defines services for creating a remote process using SSH. |
Uses of JVMProcess in org.objectweb.proactive.core.process |
Classes in org.objectweb.proactive.core.process that implement JVMProcess | |
class |
JVMNodeProcess
This class has the same functionalities than JVMProcess, except that the class associated with this process ie the class that this process will start when the startProcess() is called, is set automatically to
org.objectweb.proactive.core.runtime.startRuntime .This class is mainly used with XML deployment descriptor.
|
class |
JVMProcessImpl
The JVMProcess class is able to start localy any class of the ProActive library by creating a Java Virtual Machine. |
Uses of JVMProcess in org.objectweb.proactive.core.process.rsh |
Classes in org.objectweb.proactive.core.process.rsh that implement JVMProcess | |
class |
RSHJVMProcess
The RSHJVMProcess class is able to start any class, of the ProActive library, using rsh protocol. |
class |
RSHNodeProcess
This class has the same functionalities than RSHJVMProcess, 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 .
|
Uses of JVMProcess in org.objectweb.proactive.core.process.ssh |
Classes in org.objectweb.proactive.core.process.ssh that implement JVMProcess | |
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 .
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |