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

Packages that use UniversalProcess
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.lsf Defines services for creating a remote process using RLOGIN or BSUB for a cluster using LSF protocol.  
org.objectweb.proactive.core.process.prun Defines services for creating a remote process using PRUN for a cluster managed by PBS.  
org.objectweb.proactive.core.process.rsh Defines services for creating a remote process using RSH.  
org.objectweb.proactive.core.process.rsh.maprsh **For internal use only** Defines services for creating a remote process using maprsh.  
org.objectweb.proactive.core.process.ssh Defines services for creating a remote process using SSH.  
 

Uses of UniversalProcess in org.objectweb.proactive.core.process
 

Subinterfaces of UniversalProcess in org.objectweb.proactive.core.process
 interface ExternalProcess
          A class implementing this interface is able to start a UniversalProcess and to connect its input/output to handlers.
 interface ExternalProcessDecorator
          A class implementing this interface is able to start an embedded ExternalProcess.
 interface JVMProcess
           The JVMProcess class is able to start localy any class of the ProActive library by creating a Java Virtual Machine.
 

Classes in org.objectweb.proactive.core.process that implement UniversalProcess
 class AbstractExternalProcess
           
 class AbstractExternalProcessDecorator
           
 class AbstractUniversalProcess
           
 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.
 class SimpleExternalProcess
           The SimpleExternalProcess class is able to start any command line For instance ..............
 

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

Classes in org.objectweb.proactive.core.process.globus that implement UniversalProcess
 class GlobusProcess
           
 

Uses of UniversalProcess in org.objectweb.proactive.core.process.lsf
 

Classes in org.objectweb.proactive.core.process.lsf that implement UniversalProcess
 class LSFBSubProcess
           The LSFBSubProcess class is able to start any class, of the ProActive library, on a cluster managed by LSF prtocol.
 class RLoginProcess
           The RloginProcess class is able to start any class, of the ProActive library, using rlogin command.
 

Uses of UniversalProcess in org.objectweb.proactive.core.process.prun
 

Classes in org.objectweb.proactive.core.process.prun that implement UniversalProcess
 class PrunSubProcess
           The PrunSubProcess class is able to start any class, of the ProActive library, on a cluster managed by PBS prtocol.
 

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

Classes in org.objectweb.proactive.core.process.rsh that implement UniversalProcess
 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.
 class RSHProcess
           The RSHProcess class is able to start any class, of the ProActive library, using rsh protocol.
 

Uses of UniversalProcess in org.objectweb.proactive.core.process.rsh.maprsh
 

Classes in org.objectweb.proactive.core.process.rsh.maprsh that implement UniversalProcess
 class MapRshProcess
           The MapRshProcess class is able to start any class, of the ProActive library, using maprsh.
 

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

Classes in org.objectweb.proactive.core.process.ssh that implement UniversalProcess
 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.
 class SSHProcess
           The SSHProcess class is able to start any class, of the ProActive library, using ssh protocol.
 



Copyright © April 2004 INRIA All Rights Reserved.