Rice Pastry API

Uses of Class
rice.pastry.wire.WireNodeHandle

Packages that use WireNodeHandle
rice.pastry.wire   
rice.pastry.wire.messaging.datagram   
 

Uses of WireNodeHandle in rice.pastry.wire
 

Methods in rice.pastry.wire that return WireNodeHandle
 rice.pastry.wire.WireNodeHandle WireNodeHandlePool.get(rice.pastry.NodeId nodeId)
           
 

Methods in rice.pastry.wire with parameters of type WireNodeHandle
 void SocketManager.openSocket(rice.pastry.wire.WireNodeHandle handle)
          Method which is designed to be called by node handles when they wish to open a socket to their remote node.
 void SocketManager.closeSocket(rice.pastry.wire.WireNodeHandle handle)
          Method which is designed to be called by node handles which have been disconnected by the remote node (i.e.
 void SocketManager.update(rice.pastry.wire.WireNodeHandle handle)
          Method which is designed to be called whenever a node has network activity.
 

Constructors in rice.pastry.wire with parameters of type WireNodeHandle
WirePastrySecurityManager(rice.pastry.wire.WireNodeHandle snh, rice.pastry.wire.WireNodeHandlePool snhp)
          Constructor.
 

Uses of WireNodeHandle in rice.pastry.wire.messaging.datagram
 

Constructors in rice.pastry.wire.messaging.datagram with parameters of type WireNodeHandle
PingMessage(rice.pastry.NodeId source, rice.pastry.NodeId destination, int num, rice.pastry.wire.WireNodeHandle handle)
          Constructor
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection