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

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.
 



Copyright 2001-2005 INRIA All Rights Reserved.