Uses of Class
org.xlattice.NodeID

Packages that use NodeID
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
 

Uses of NodeID in org.xlattice
 

Fields in org.xlattice declared as NodeID
protected  NodeID Peer.nodeID
           
 

Methods in org.xlattice that return NodeID
 NodeID Peer.getNodeID()
           
 NodeID Node.getNodeID()
           
 

Constructors in org.xlattice with parameters of type NodeID
Peer(NodeID id)
           
Peer(NodeID id, PublicKey p, Overlay[] o, Connector[] c)