Project JXTA

Uses of Class
net.jxta.ext.config.Profile

Packages that use Profile
net.jxta.ext.config   
 

Uses of Profile in net.jxta.ext.config
 

Fields in net.jxta.ext.config declared as Profile
static Profile Profile.EDGE
          Prototypical edge peer , i.e. no RendezVous or Relay service.
static Profile Profile.EDGE_TCP
          Prototypical Tcp edge peer , i.e. no RendezVous or Relay service.
static Profile Profile.EDGE_HTTP
          Prototypical Http edge peer , i.e. no RendezVous or Relay service.
static Profile Profile.SUPER
          Prototypical super peer , i.e. provisions RendezVous and Relay services.
static Profile Profile.SUPER_TCP
          Prototypical TCP super peer , i.e. provisions TCP RendezVous and Relay services.
static Profile Profile.SUPER_HTTP
          Prototypical HTTP super peer , i.e. provisions HTTP RendezVous and Relay services.
static Profile Profile.RENDEZVOUS
          Prototypical rendezVous peer , i.e. provisions RendezVous services
static Profile Profile.RENDEZVOUS_TCP
          Prototypical TCP rendezVous peer , i.e. provisions TCP RendezVous services
static Profile Profile.RENDEZVOUS_HTTP
          Prototypical HTTP rendezVous peer , i.e. provisions HTTP RendezVous services
static Profile Profile.RELAY
          Prototypical relay peer , i.e. provisions Relay services.
static Profile Profile.RELAY_TCP
          Prototypical TCP relay peer , i.e. provisions TCP Relay services.
static Profile Profile.RELAY_HTTP
          Prototypical HTTP relay peer , i.e. provisions HTTP Relay services.
static Profile Profile.LOCAL
          Local/loopback/standalone services.
static Profile Profile.DEFAULT
          Default profile.
protected static Profile Profile.SEED
          Description of the Field
 

Methods in net.jxta.ext.config that return Profile
static Profile Profile.get(String profile)
          Instantiate a Profile for the named profile.
 

Methods in net.jxta.ext.config with parameters of type Profile
static void Profile.add(String name, Profile profile)
          Add a new, named profile to the list of available profiles
 

Constructors in net.jxta.ext.config with parameters of type Profile
Configurator(Profile profile)
          Constructor for the Configurator object.
 


JXTA J2SE