org.eclipse.soda.dk.core.service
Interface ConfigurableService
- All Known Implementing Classes:
- Agent, ConfigurableObject, ProfileTestAgent, org.eclipse.soda.dk.testagent.TestAgent
public interface ConfigurableService
- Version:
- 1.2.0
getConfigurationInformation
java.util.Dictionary getConfigurationInformation()
- Gets the configuration information (Dictionary) value.
- Returns:
- The configuration information (
Dictionary) value. - See Also:
setConfigurationInformation(Dictionary)
setConfigurationInformation
void setConfigurationInformation(java.util.Dictionary configurationInformation)
- Sets the configuration information value.
- Parameters:
configurationInformation - The configuration information (Dictionary) parameter.- See Also:
getConfigurationInformation()
Copyright (c) 2009 IBM. See license in Legal section.