|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HierarchicalProcess | |
org.objectweb.proactive.core.descriptor.data | Provides all classes needed to create java objects related to XML Deployment Descriptor. |
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 HierarchicalProcess in org.objectweb.proactive.core.descriptor.data |
Methods in org.objectweb.proactive.core.descriptor.data with parameters of type HierarchicalProcess | |
void |
ProActiveDescriptorImpl.registerHierarchicalProcess(HierarchicalProcess hp,
java.lang.String processID)
|
void |
ProActiveDescriptor.registerHierarchicalProcess(HierarchicalProcess hp,
java.lang.String processID)
Registers the specified hierarchical process with the specified processID. |
Uses of HierarchicalProcess in org.objectweb.proactive.core.process.rsh |
Classes in org.objectweb.proactive.core.process.rsh that implement HierarchicalProcess | |
class |
RSHHierarchicalProcess
This process starts a forwarder defined by the target process using RSH. |
Uses of HierarchicalProcess in org.objectweb.proactive.core.process.ssh |
Classes in org.objectweb.proactive.core.process.ssh that implement HierarchicalProcess | |
class |
SSHHierarchicalProcess
This process starts a forwarder defined by the target process using SSH. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |