|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalProcessDecorator | |
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.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 ExternalProcessDecorator in org.objectweb.proactive.core.descriptor.data |
Methods in org.objectweb.proactive.core.descriptor.data with parameters of type ExternalProcessDecorator | |
void |
ProActiveDescriptorImpl.registerProcess(ExternalProcessDecorator compositeProcess,
java.lang.String processID)
|
void |
ProActiveDescriptor.registerProcess(ExternalProcessDecorator compositeProcess,
java.lang.String processID)
Registers the specified composite process with the specified processID. |
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process |
Classes in org.objectweb.proactive.core.process that implement ExternalProcessDecorator | |
class |
AbstractExternalProcessDecorator
|
class |
AbstractListProcessDecorator
This class contains a list of ExternalProcessDecorator processes that share the same configuration. |
Fields in org.objectweb.proactive.core.process declared as ExternalProcessDecorator | |
protected ExternalProcessDecorator |
AbstractListProcessDecorator.baseProcess
|
Methods in org.objectweb.proactive.core.process that return ExternalProcessDecorator | |
protected abstract ExternalProcessDecorator |
AbstractListProcessDecorator.createProcess()
|
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.glite |
Classes in org.objectweb.proactive.core.process.glite that implement ExternalProcessDecorator | |
class |
GLiteProcess
GLite Process implementation. |
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.globus |
Classes in org.objectweb.proactive.core.process.globus that implement ExternalProcessDecorator | |
class |
GlobusProcess
Globus Process implementation. |
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.gridengine |
Classes in org.objectweb.proactive.core.process.gridengine that implement ExternalProcessDecorator | |
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 ExternalProcessDecorator in org.objectweb.proactive.core.process.lsf |
Classes in org.objectweb.proactive.core.process.lsf that implement ExternalProcessDecorator | |
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 ExternalProcessDecorator in org.objectweb.proactive.core.process.nordugrid |
Classes in org.objectweb.proactive.core.process.nordugrid that implement ExternalProcessDecorator | |
class |
NGProcess
NorduGrid Process implementation. |
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.oar |
Classes in org.objectweb.proactive.core.process.oar that implement ExternalProcessDecorator | |
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 ExternalProcessDecorator in org.objectweb.proactive.core.process.pbs |
Classes in org.objectweb.proactive.core.process.pbs that implement ExternalProcessDecorator | |
class |
PBSSubProcess
The PBSSubProcess class is able to start any class, of the ProActive library, on a cluster managed by PBS protocol. |
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.prun |
Classes in org.objectweb.proactive.core.process.prun that implement ExternalProcessDecorator | |
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 ExternalProcessDecorator in org.objectweb.proactive.core.process.rlogin |
Classes in org.objectweb.proactive.core.process.rlogin that implement ExternalProcessDecorator | |
class |
RLoginProcess
The RloginProcess class is able to start any class, of the ProActive library, using rlogin command. |
class |
RLoginProcessList
This class contains a list of RSHProcess processes |
Methods in org.objectweb.proactive.core.process.rlogin that return ExternalProcessDecorator | |
protected ExternalProcessDecorator |
RLoginProcessList.createProcess()
|
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.rsh |
Classes in org.objectweb.proactive.core.process.rsh that implement ExternalProcessDecorator | |
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. |
class |
RSHProcessList
This class contains a list of RSHProcess processes |
Methods in org.objectweb.proactive.core.process.rsh that return ExternalProcessDecorator | |
protected ExternalProcessDecorator |
RSHProcessList.createProcess()
|
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.rsh.maprsh |
Classes in org.objectweb.proactive.core.process.rsh.maprsh that implement ExternalProcessDecorator | |
class |
MapRshProcess
The MapRshProcess class is able to start any class, of the ProActive library, using maprsh. |
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.ssh |
Classes in org.objectweb.proactive.core.process.ssh that implement ExternalProcessDecorator | |
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. |
class |
SSHProcessList
This class contains a list of SSHProcess processes |
Methods in org.objectweb.proactive.core.process.ssh that return ExternalProcessDecorator | |
protected ExternalProcessDecorator |
SSHProcessList.createProcess()
|
Uses of ExternalProcessDecorator in org.objectweb.proactive.core.process.unicore |
Classes in org.objectweb.proactive.core.process.unicore that implement ExternalProcessDecorator | |
class |
UnicoreProcess
Unicore Process implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |