Uses of Interface
jade.core.Node

Packages that use Node
jade.core This package contains the microkernel of JADE system. 
 

Uses of Node in jade.core
 

Classes in jade.core that implement Node
 class BaseNode
          This class provides a partial implementation of the Node interface.
 

Fields in jade.core declared as Node
protected  Node NodeFailureMonitor.target
           
 

Methods in jade.core that return Node
 Node IMTPManager.getLocalNode()
          Access the node that represents the local JVM.
 Node BaseService.getLocalNode()
           
 Node SliceProxy.getNode()
           
 Node Service.Slice.getNode()
          Access the node where this slice resides.
 Node NodeFailureMonitor.getNode()
          Return the monitored target node
 Node NodeDescriptor.getNode()
          Retrieve the described node.
 Node BackEndManager.getNode()
           
 Node NodeDescriptor.getParentNode()
           
 

Methods in jade.core with parameters of type Node
 void NodeFailureMonitor.addChild(Node n)
          Add a child node for monitoring.
 void PlatformManagerImpl.adopt(Node n, Node[] children)
           
 void PlatformManagerImpl.adopt(Node n, Node[] children)
           
 void PlatformManager.adopt(Node n, Node[] children)
           
 void PlatformManager.adopt(Node n, Node[] children)
           
 Service.Slice IMTPManager.createSliceProxy(java.lang.String serviceName, java.lang.Class itf, Node where)
          Builds a proxy object for a remote service slice.
 void NodeEventListener.nodeAdded(Node n)
          This method is invoked when a new node has joined the platform.
 void NodeEventListener.nodeReachable(Node n)
          This method is invoked when the local node discovers that a platform node, that was previously unreachable, has become reachable again.
 void NodeEventListener.nodeRemoved(Node n)
          This method is invoked when a node has left the platform.
 void NodeEventListener.nodeUnreachable(Node n)
          This method is invoked when the local node discovers that a platform node is not reachable anymore.
 void NodeFailureMonitor.removeChild(Node n)
          Remove a child node from monitoring
 void SliceProxy.setNode(Node n)
           
 void NodeDescriptor.setNode(Node node)
          Change the described node (if any).
 void NodeDescriptor.setParentNode(Node n)
           
 void NodeFailureMonitor.start(Node n, NodeEventListener nel)
          Start the monitoring
 

Constructors in jade.core with parameters of type Node
NodeDescriptor(ContainerID cid, Node node)
          Builds a node descriptor for a node hosting an agent container.
NodeDescriptor(Node node)
          Builds a new node descriptor, describing the given node with the given name and properties.
Service.SliceProxy(Service svc, Node n)
          Deprecated.  
SliceProxy(Service svc, Node n)