Project JXTA

net.jxta.rendezvous
Class RendezVousStatus

java.lang.Object
  extended bynet.jxta.rendezvous.RendezVousStatus

public class RendezVousStatus
extends Object

A static "enum" class for RendezVous Status.


Field Summary
static RendezVousStatus ADHOC
          An ad hoc (connectionless) RendezVous Service is configured.
static RendezVousStatus AUTO_EDGE
          RendezVous Service is configured to automatically choose, but is currently running as an edge.
static RendezVousStatus AUTO_RENDEZVOUS
          RendezVous Service is configured to automatically choose, but is currently running as a Rendezvous.
static RendezVousStatus EDGE
          RendezVous Service is configured as an edge peer.
static RendezVousStatus NONE
          No RendezVous Service is configured.
static RendezVousStatus RENDEZVOUS
          RendezVous Service is configured as an rendezvous peer.
static RendezVousStatus UNKNOWN
          An unknown RendezVous Service is configured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final RendezVousStatus NONE
No RendezVous Service is configured.


UNKNOWN

public static final RendezVousStatus UNKNOWN
An unknown RendezVous Service is configured.


ADHOC

public static final RendezVousStatus ADHOC
An ad hoc (connectionless) RendezVous Service is configured.


EDGE

public static final RendezVousStatus EDGE
RendezVous Service is configured as an edge peer.


AUTO_EDGE

public static final RendezVousStatus AUTO_EDGE
RendezVous Service is configured to automatically choose, but is currently running as an edge.


AUTO_RENDEZVOUS

public static final RendezVousStatus AUTO_RENDEZVOUS
RendezVous Service is configured to automatically choose, but is currently running as a Rendezvous.


RENDEZVOUS

public static final RendezVousStatus RENDEZVOUS
RendezVous Service is configured as an rendezvous peer.


JXTA J2SE