2009-01-09 1.2.0

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

Method Summary
 java.util.Dictionary getConfigurationInformation()
          Gets the configuration information (Dictionary) value.
 void setConfigurationInformation(java.util.Dictionary configurationInformation)
          Sets the configuration information value.
 

Method Detail

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()

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.