Package org.objectweb.proactive.core.node

Defines the generic Nodes used in ProActive.

See:
          Description

Interface Summary
Node A Node offers a set of services needed by ProActive to work with remote JVM.
NodeInformation A class implementing this interface provides information about the node it is attached to.
 

Class Summary
NodeFactory The NodeFactory provides a generic way to create and lookup Node without protocol specific code (such as RMI or Jini).
NodeImpl A Node offers a set of services needed by ProActive to work with remote JVM.
 

Exception Summary
NodeException The Node interface offers a generic interface over various implementations of the node such as RMI or JINI, this exception offer a way to wrap the various exceptions triggered by the implementation.
 

Package org.objectweb.proactive.core.node Description

Defines the generic Nodes used in ProActive.

A node is an object associated with a JVM that can be used remotely and provides a set of services needed by ProActive to insure seemless distribution.

Any active object that is created with ProActive is associated with a node. If not explicitly specified a default node is used.

Since:
ProActive 0.7
Version:
1.0, 2001/10/23
Author:
ProActive Team


Copyright © April 2004 INRIA All Rights Reserved.