JXTA

Uses of Package
net.jxta.impl.rendezvous.rpv

Packages that use net.jxta.impl.rendezvous.rpv
net.jxta.impl.rendezvous A JXTA RendezVousService implementation which implements the standard JXTA Rendezvous Protocol (RVP). 
net.jxta.impl.rendezvous.limited   
net.jxta.impl.rendezvous.rdv   
net.jxta.impl.rendezvous.rpv   
 

Classes in net.jxta.impl.rendezvous.rpv used by net.jxta.impl.rendezvous
PeerView
          This class models a Rendezvous Peer View (RPV): ordered collection of all other Rendezvous Peers visible to this peer.
 

Classes in net.jxta.impl.rendezvous.rpv used by net.jxta.impl.rendezvous.limited
PeerView
          This class models a Rendezvous Peer View (RPV): ordered collection of all other Rendezvous Peers visible to this peer.
 

Classes in net.jxta.impl.rendezvous.rpv used by net.jxta.impl.rendezvous.rdv
PeerView
          This class models a Rendezvous Peer View (RPV): ordered collection of all other Rendezvous Peers visible to this peer.
 

Classes in net.jxta.impl.rendezvous.rpv used by net.jxta.impl.rendezvous.rpv
PeerView
          This class models a Rendezvous Peer View (RPV): ordered collection of all other Rendezvous Peers visible to this peer.
PeerViewDestination
          This class contains only the comparable portion of PeerViewElement, so that it is possible to search for elements in the sorted set that the local PeerView is, without having enough information to create a valid PeerViewElement.
PeerViewElement
          An element of the PeerView.
PeerViewEvent
          Container for PeerViewEvent events.
PeerViewListener
          The listener interface for receiving PeerView events
PeerViewStrategy
          Describes a strategy for iterating over the values in a peerview.
 


JXSE