org.objectweb.proactive.core.runtime
Interface LocalProActiveRuntime

All Known Implementing Classes:
ProActiveRuntimeForwarderImpl, ProActiveRuntimeImpl

public interface LocalProActiveRuntime

This interface provides a local view of the ProActiveRuntime. It contains methods that can only be called locally.

Since:
ProActive 3.0
Version:
1.0
Author:
ProActive Team

Method Summary
 void registerLocalVirtualNode(VirtualNode vn, java.lang.String vnName)
          Register the given VirtualNode on this local ProActiveRuntime.
 void setParent(ProActiveRuntime parentPARuntime)
          This method adds a reference to the runtime that created this runtime.
 

Method Detail

registerLocalVirtualNode

public void registerLocalVirtualNode(VirtualNode vn,
                                     java.lang.String vnName)
Register the given VirtualNode on this local ProActiveRuntime.

Parameters:
vn - the virtualnode to register
vnName - the name of the VirtualNode to register

setParent

public void setParent(ProActiveRuntime parentPARuntime)
This method adds a reference to the runtime that created this runtime. It is called when a new runtime is created from another one.

Parameters:
parentPARuntime - the creator of this runtime


Copyright 2001-2005 INRIA All Rights Reserved.