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.
 

Methods in org.objectweb.proactive.core.process with parameters of type JVMProcessImpl
 void JVMProcessImpl.setExtendedJVM(JVMProcessImpl jvmProcess)
           
 void JVMProcess.setExtendedJVM(JVMProcessImpl jvmProcess)
          Allows this JVMProcess to extend another JVMProcessImpl.
 

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
           
 

Methods in org.objectweb.proactive.core.process.rsh with parameters of type JVMProcessImpl
 void RSHJVMProcess.setExtendedJVM(JVMProcessImpl 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
           
 

Methods in org.objectweb.proactive.core.process.ssh with parameters of type JVMProcessImpl
 void SSHJVMProcess.setExtendedJVM(JVMProcessImpl jvmProcess)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.