Class PlatformConfigurationServiceImpl
- java.lang.Object
-
- org.ikasan.configurationService.service.PlatformConfigurationServiceImpl
-
- All Implemented Interfaces:
org.ikasan.spec.configuration.PlatformConfigurationService
public class PlatformConfigurationServiceImpl extends java.lang.Object implements org.ikasan.spec.configuration.PlatformConfigurationService- Author:
- Ikasan Development Team
-
-
Field Summary
Fields Modifier and Type Field Description protected org.ikasan.spec.configuration.ConfigurationManagement<org.ikasan.spec.configuration.ConfiguredResource,org.ikasan.spec.configuration.Configuration>configurationManagement
-
Constructor Summary
Constructors Constructor Description PlatformConfigurationServiceImpl(org.ikasan.spec.configuration.ConfigurationManagement<org.ikasan.spec.configuration.ConfiguredResource,org.ikasan.spec.configuration.Configuration> configurationManagement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfigurationValue(java.lang.String paramName)voidsaveConfigurationValue(java.lang.String paramName, java.lang.String value)
-
-
-
Method Detail
-
getConfigurationValue
public java.lang.String getConfigurationValue(java.lang.String paramName)
- Specified by:
getConfigurationValuein interfaceorg.ikasan.spec.configuration.PlatformConfigurationService
-
saveConfigurationValue
public void saveConfigurationValue(java.lang.String paramName, java.lang.String value)- Specified by:
saveConfigurationValuein interfaceorg.ikasan.spec.configuration.PlatformConfigurationService
-
-