JXTA

Uses of Class
net.jxta.exception.ConfiguratorException

Packages that use ConfiguratorException
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
 

Uses of ConfiguratorException in net.jxta.peergroup
 

Methods in net.jxta.peergroup that throw ConfiguratorException
 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.
 boolean Configurator.save()
          Deprecated. Persist the parameters associated with this configuration to the standard location.
 


JXSE