Uses of Class
org.objectweb.dsrg.sofa.deployment.zeroconf.Configuration

Packages that use Configuration
org.objectweb.dsrg.sofa.deployment.launcher This package provides implementation of a launcher (Launcher). 
org.objectweb.dsrg.sofa.deployment.zeroconf This package provides implementation of zero configuration server (ZeroConfServer) and client (Configuration). 
 

Uses of Configuration in org.objectweb.dsrg.sofa.deployment.launcher
 

Fields in org.objectweb.dsrg.sofa.deployment.launcher declared as Configuration
protected  Configuration Launcher.configuration
           
 

Methods in org.objectweb.dsrg.sofa.deployment.launcher with parameters of type Configuration
 void Launcher.setDefaultsFromConfiguration(Configuration cfg, boolean erase)
           
 

Uses of Configuration in org.objectweb.dsrg.sofa.deployment.zeroconf
 

Methods in org.objectweb.dsrg.sofa.deployment.zeroconf that return Configuration
static Configuration Configuration.getFromServer()
          Obtains the configuration from server, using default values for port, timeout and number of tries.
static Configuration Configuration.getFromServer(int port, int timeout, int tries)
          Obtains the configuration from server.