JXTA

Uses of Class
net.jxta.rendezvous.RendezVousStatus

Packages that use RendezVousStatus
net.jxta.rendezvous The RendezVous Service is responsible for propagating messages within a JXTA PeerGroup. 
 

Uses of RendezVousStatus in net.jxta.rendezvous
 

Methods in net.jxta.rendezvous that return RendezVousStatus
 RendezVousStatus RendezVousService.getRendezVousStatus()
          Returns the current role of this peer within the peergroup.
static RendezVousStatus RendezVousStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RendezVousStatus[] RendezVousStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JXSE