|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractUniversalProcess | |
org.objectweb.proactive.core.process | Defines services for spawning an external process from Java. |
org.objectweb.proactive.core.process.glite | Defines services for creating a remote process using GLite. |
org.objectweb.proactive.core.process.globus | Defines services for creating a remote process using Globus. |
org.objectweb.proactive.core.process.gridengine | Defines services for creating a remote process using Sun Grid Engine for a cluster managed by SGE. |
org.objectweb.proactive.core.process.lsf | Defines services for creating a remote process BSUB for a cluster using LSF protocol. |
org.objectweb.proactive.core.process.nordugrid | Defines services for creating a remote process using ARC (NorduGrid). |
org.objectweb.proactive.core.process.oar | Defines services for creating a remote process using OAR for a cluster managed by OAR . |
org.objectweb.proactive.core.process.pbs | Defines services for creating a remote process using PBS for a cluster managed by PBS. |
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.rlogin | Defines services for creating a remote process using Rlogin. |
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. |
org.objectweb.proactive.core.process.unicore | Defines services for creating a remote process using Unicore. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process | |
class |
AbstractExternalProcess
|
class |
AbstractExternalProcessDecorator
|
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 AbstractUniversalProcess in org.objectweb.proactive.core.process.glite |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.glite | |
class |
GLiteProcess
GLite Process implementation. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.globus |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.globus | |
class |
GlobusProcess
Globus Process implementation. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.gridengine |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.gridengine | |
class |
GridEngineSubProcess
The GridEngineSubProcess class is able to start any class, of the ProActive library, on a cluster managed by Sun Grid Engine protocol. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.lsf |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.lsf | |
class |
CNLSFProcess
Custom implementation of LSFProcess for CHINA GRID |
class |
LSFBSubProcess
The LSFBSubProcess class is able to start any class, of the ProActive library, on a cluster managed by LSF prtocol. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.nordugrid |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.nordugrid | |
class |
NGProcess
NorduGrid Process implementation. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.oar |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.oar | |
class |
OARGRIDSubProcess
The OARGRIDSubProcess class is able to start any class, of the ProActive library, on a cluster managed by OARGRID protocol. |
class |
OARSubProcess
The OARSubProcess class is able to start any class, of the ProActive library, on a cluster managed by OAR protocol. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.pbs |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.pbs | |
class |
PBSSubProcess
The PBSSubProcess class is able to start any class, of the ProActive library, on a cluster managed by PBS protocol. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.prun |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.prun | |
class |
PrunSubProcess
The PrunSubProcess class is able to start any class, of the ProActive library, on a cluster using prun on top of PBS. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.rlogin |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.rlogin | |
class |
RLoginProcess
The RloginProcess class is able to start any class, of the ProActive library, using rlogin command. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.rsh |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.rsh | |
class |
RSHHierarchicalProcess
This process starts a forwarder defined by the target process using RSH. |
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 AbstractUniversalProcess in org.objectweb.proactive.core.process.rsh.maprsh |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.rsh.maprsh | |
class |
MapRshProcess
The MapRshProcess class is able to start any class, of the ProActive library, using maprsh. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.ssh |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.ssh | |
class |
SSHHierarchicalProcess
This process starts a forwarder defined by the target process using SSH. |
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. |
Uses of AbstractUniversalProcess in org.objectweb.proactive.core.process.unicore |
Subclasses of AbstractUniversalProcess in org.objectweb.proactive.core.process.unicore | |
class |
UnicoreProcess
Unicore Process implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |