JXTA

Uses of Class
net.jxta.impl.protocol.RdvConfigAdv.RendezVousConfiguration

Packages that use RdvConfigAdv.RendezVousConfiguration
net.jxta.impl.protocol Provides implementation objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
 

Uses of RdvConfigAdv.RendezVousConfiguration in net.jxta.impl.protocol
 

Methods in net.jxta.impl.protocol that return RdvConfigAdv.RendezVousConfiguration
 RdvConfigAdv.RendezVousConfiguration RdvConfigAdv.getConfiguration()
          True if this peer is to default to act as a rendezvous.
static RdvConfigAdv.RendezVousConfiguration RdvConfigAdv.RendezVousConfiguration.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RdvConfigAdv.RendezVousConfiguration[] RdvConfigAdv.RendezVousConfiguration.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jxta.impl.protocol with parameters of type RdvConfigAdv.RendezVousConfiguration
 void RdvConfigAdv.setConfiguration(RdvConfigAdv.RendezVousConfiguration newstate)
          Set the default rendezvous state of this peer.
 


JXSE