JXTA

Uses of Class
net.jxta.protocol.ConfigParams

Packages that use ConfigParams
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
net.jxta.platform Classes for defining code modules within JXTA. 
net.jxta.protocol Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
 

Uses of ConfigParams in net.jxta.peergroup
 

Methods in net.jxta.peergroup that return ConfigParams
 ConfigParams LightWeightPeerGroup.getConfigAdvertisement()
          Returns the config advertisement for this peer in this group (if any).
 ConfigParams PeerGroup.getConfigAdvertisement()
          Returns the config advertisement for this peer in this group (if any).
 ConfigParams Configurator.getConfigParams()
          Deprecated. Retrieve the parameters associated with this configuration from the default location.
 ConfigParams Configurator.load()
          Deprecated. Loading of existing configuration is best accomplished by use of specific constructors of the implementing configurator. This method complicates the state management of configuration parameters and may have unpredictable results depending upon the constructor and configuration set methods used prior to it's execution.
 

Methods in net.jxta.peergroup with parameters of type ConfigParams
 void Configurator.setConfigParams(ConfigParams cp)
          Deprecated. Configuration parameters should be set individually via whatever interfaces implementing configurator provides. This method over-writes all configuration settings in an unpredictable way.
 

Constructors in net.jxta.peergroup with parameters of type ConfigParams
NetPeerGroupFactory(ConfigParams config, URI storeHome)
          Constructs a Net Peer Group and the World Peer Group using the configuration specified by the provided ConfigParams and using the specified storeHome location for persistence.
NetPeerGroupFactory(ConfigParams config, URI storeHome, ID id, String name, XMLElement desc)
          Deprecated. With the addition of support for PeerGroupConfigAdv this constructor is being deprecated as the precedence of settings is ambiguous.
NetPeerGroupFactory(PeerGroup parentGroup, ConfigParams config, ModuleImplAdvertisement moduleImplAdv)
          Constructs a Net Peer Group instance using the specified parent peer group (normally the World Peer Group).
NetPeerGroupFactory(PeerGroup parentGroup, ConfigParams config, URI storeHome)
          Constructs a Net Peer Group and the World Peer Group using the configuration specified by the provided ConfigParams and using the specified storeHome location for persistence.
WorldPeerGroupFactory(Class worldPeerGroupClass, ConfigParams config, URI storeHome)
          Constructs the World Peer Group using the specified configuration and using the specified storeHome location for persistence.
WorldPeerGroupFactory(ConfigParams config, URI storeHome)
          Constructs the World Peer Group using the specified configuration and using the specified storeHome location for persistence.
 

Uses of ConfigParams in net.jxta.platform
 

Methods in net.jxta.platform that return ConfigParams
 ConfigParams NetworkConfigurator.getPlatformConfig()
          Returns a PlatformConfig which represents a platform configuration.
 ConfigParams NetworkConfigurator.load()
          Load a configuration from the specified store home uri

e.g. file:/export/dist/EdgeConfig.xml, e.g. http://configserver.net/configservice?

 ConfigParams NetworkConfigurator.load(URI uri)
          Loads a configuration from a specified uri

e.g. file:/export/dist/EdgeConfig.xml, e.g. http://configserver.net/configservice?

 

Uses of ConfigParams in net.jxta.protocol
 

Methods in net.jxta.protocol that return ConfigParams
 ConfigParams ConfigParams.clone()
          
 


JXSE