Rice Pastry API

Uses of Interface
rice.pastry.NodeSetListener

Packages that use NodeSetListener
rice.pastry   
rice.pastry.leafset   
rice.pastry.routing   
rice.pastry.standard   
 

Uses of NodeSetListener in rice.pastry
 

Methods in rice.pastry with parameters of type NodeSetListener
 void PastryNode.addLeafSetListener(NodeSetListener listener)
          Adds the specified LeafSet listener to receive LeafSet events from this component.
 void NodeSetEventSource.addNodeSetListener(NodeSetListener listener)
          Adds the specified NodeSet listener to receive NodeSet events from this component.
 void PastryNode.addRouteSetListener(NodeSetListener listener)
          Adds the specified RouteSet listener to receive RouteSet events from this component.
 void PastryNode.deleteLeafSetListener(NodeSetListener listener)
          DESCRIBE THE METHOD
 void NodeSetEventSource.removeNodeSetListener(NodeSetListener listener)
          Removes the specified NodeSet listener so that it no longer receives NodeSet events from this component.
 void PastryNode.removeRouteSetListener(NodeSetListener listener)
          Removes the specified RouteSet listener so that it no longer receives RouteSet events from this component.
 

Uses of NodeSetListener in rice.pastry.leafset
 

Methods in rice.pastry.leafset with parameters of type NodeSetListener
 void LeafSet.addNodeSetListener(NodeSetListener listener)
          Add observer method.
 void SimilarSet.addNodeSetListener(NodeSetListener listener)
          Adds the specified NodeSet listener to receive NodeSet events from this component.
 void LeafSet.deleteNodeSetListener(NodeSetListener listener)
          Delete observer method.
 void SimilarSet.removeNodeSetListener(NodeSetListener listener)
          Removes the specified NodeSet listener so that it no longer receives NodeSet events from this component.
 

Uses of NodeSetListener in rice.pastry.routing
 

Methods in rice.pastry.routing with parameters of type NodeSetListener
 void RoutingTable.addNodeSetListener(NodeSetListener listener)
          Adds the specified NodeSet listener to receive NodeSet events from this component.
 void RoutingTable.removeNodeSetListener(NodeSetListener listener)
          Removes the specified NodeSet listener so that it no longer receives NodeSet events from this component.
 

Uses of NodeSetListener in rice.pastry.standard
 

Classes in rice.pastry.standard that implement NodeSetListener
 class ConsistentJoinProtocol
          Does not setReady until contacting entire leafset which gossips new members.
 class PartitionHandler
          DESCRIBE THE CLASS
 class PeriodicLeafSetProtocol
          An implementation of a periodic-style leafset protocol
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.