Package | Description |
---|---|
org.objectweb.carol.util.configuration |
Modifier and Type | Class and Description |
---|---|
class |
ProtocolConfigurationImpl
This class manage a rmi configuration used by carol.
The configuration is based on a protocol which contains required values and non modified values |
Modifier and Type | Method and Description |
---|---|
static ProtocolConfiguration |
ConfigurationRepository.getConfiguration(java.lang.String configName)
Gets a configuration with the given name
|
static ProtocolConfiguration[] |
ConfigurationRepository.getConfigurations() |
static ProtocolConfiguration |
ConfigurationRepository.getCurrentConfiguration() |
static ProtocolConfiguration |
ConfigurationRepository.getDefaultConfiguration() |
static ProtocolConfiguration |
ConfigurationRepository.newConfiguration(java.lang.String configurationName,
java.lang.String protocolName)
Build a new configuration for a given protocol
|
static ProtocolConfiguration |
ConfigurationRepository.setCurrentConfiguration(ProtocolConfiguration config)
Set the current configuration object
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationRepository.addConfiguration(ProtocolConfiguration protocolConfiguration)
Add a configuration
|
static ProtocolConfiguration |
ConfigurationRepository.setCurrentConfiguration(ProtocolConfiguration config)
Set the current configuration object
|