Uses of Class
org.objectweb.proactive.core.process.JVMProcessImpl

Packages that use JVMProcessImpl
org.objectweb.proactive.core.process Defines services for spawning an external process from Java.  
org.objectweb.proactive.core.process.globus Defines services for creating a remote process using Globus.  
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 JVMProcessImpl in org.objectweb.proactive.core.process
 

Subclasses of JVMProcessImpl in org.objectweb.proactive.core.process
 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.
 

Uses of JVMProcessImpl in org.objectweb.proactive.core.process.globus
 

Fields in org.objectweb.proactive.core.process.globus declared as JVMProcessImpl
protected  JVMProcessImpl GlobusProcess.jvmProcess
           
 

Uses of JVMProcessImpl in org.objectweb.proactive.core.process.rsh
 

Fields in org.objectweb.proactive.core.process.rsh declared as JVMProcessImpl
protected  JVMProcessImpl RSHJVMProcess.jvmProcess
           
 

Uses of JVMProcessImpl in org.objectweb.proactive.core.process.ssh
 

Fields in org.objectweb.proactive.core.process.ssh declared as JVMProcessImpl
protected  JVMProcessImpl SSHJVMProcess.jvmProcess
           
 



Copyright ? October 2004 INRIA All Rights Reserved.