org.objectweb.proactive.core.process
Interface HierarchicalProcess

All Known Implementing Classes:
RSHHierarchicalProcess, SSHHierarchicalProcess

public interface HierarchicalProcess

A hierarchical process must implement this interface and override some methods from UniversalProcess

Take a look at SSHHierarchicalProcess for an example of HierarchicalProcess implementation.

Author:
ProActive Team
See Also:
SSHHierarchicalProcess

Method Summary
 ExternalProcess getHierarchicalProcess()
          Get the Process to be deployed from the forwarder
 void setHierarchicalProcess(ExternalProcess process)
          Set the Process to be deployed from the forwarder
 

Method Detail

setHierarchicalProcess

public void setHierarchicalProcess(ExternalProcess process)
Set the Process to be deployed from the forwarder

Parameters:
process -

getHierarchicalProcess

public ExternalProcess getHierarchicalProcess()
Get the Process to be deployed from the forwarder

Returns:
the Process to be deployed from the forwarder


Copyright 2001-2005 INRIA All Rights Reserved.