|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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.
|
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.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |