Project 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
 

Fields in net.jxta.rendezvous declared as RendezVousStatus
static RendezVousStatus RendezVousStatus.ADHOC
          An ad hoc (connectionless) RendezVous Service is configured.
static RendezVousStatus RendezVousStatus.AUTO_EDGE
          RendezVous Service is configured to automatically choose, but is currently running as an edge.
static RendezVousStatus RendezVousStatus.AUTO_RENDEZVOUS
          RendezVous Service is configured to automatically choose, but is currently running as a Rendezvous.
static RendezVousStatus RendezVousStatus.EDGE
          RendezVous Service is configured as an edge peer.
static RendezVousStatus RendezVousStatus.NONE
          No RendezVous Service is configured.
static RendezVousStatus RendezVousStatus.RENDEZVOUS
          RendezVous Service is configured as an rendezvous peer.
static RendezVousStatus RendezVousStatus.UNKNOWN
          An unknown RendezVous Service is configured.
 

Methods in net.jxta.rendezvous that return RendezVousStatus
 RendezVousStatus RendezVousService.getRendezVousStatus()
          Returns the current status of this peer within the current group.
 


JXTA J2SE