JXTA

Uses of Class
net.jxta.impl.rendezvous.rpv.PeerViewDestination

Packages that use PeerViewDestination
net.jxta.impl.rendezvous.rpv   
 

Uses of PeerViewDestination in net.jxta.impl.rendezvous.rpv
 

Subclasses of PeerViewDestination in net.jxta.impl.rendezvous.rpv
 class PeerViewElement
          An element of the PeerView.
 

Methods in net.jxta.impl.rendezvous.rpv with parameters of type PeerViewDestination
 int PeerViewDestination.compareTo(PeerViewDestination pve)
          

Note that this compares the unique value of the id.

 PeerViewElement PeerView.getPeerViewElement(PeerViewDestination wanted)
          Return from the local view, the PeerViewElement that is equal to the given PeerViewDestination, if one exists or null if it is not present.
 

Constructor parameters in net.jxta.impl.rendezvous.rpv with type arguments of type PeerViewDestination
PeerViewSequentialStrategy(SortedSet<PeerViewDestination> aset)
           
 


JXSE