Uses of Interface
org.objectweb.proactive.core.process.JVMProcess

Packages that use JVMProcess
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
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 JVMProcess in org.objectweb.proactive.core.descriptor.data
 

Methods in org.objectweb.proactive.core.descriptor.data with parameters of type JVMProcess
 void ProActiveDescriptorImpl.mapToExtendedJVM(JVMProcess jvmProcess, java.lang.String processID)
           
 void ProActiveDescriptor.mapToExtendedJVM(JVMProcess jvmProcess, java.lang.String processID)
          Maps the given jvmProcess with the extended JVMProcess defined with processID.
 

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.
 

Methods in org.objectweb.proactive.core.process with parameters of type JVMProcess
protected  void JVMProcessImpl.changeSettings(JVMProcess jvmProcess)
           
 

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

Constructors in org.objectweb.proactive.core.process.globus with parameters of type JVMProcess
GlobusProcess(JVMProcess process)
          Creates a new instance of GlobusProcess.
 

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.
 



Copyright 2001-2005 INRIA All Rights Reserved.