Class 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.String getConfigurationValue​(java.lang.String paramName)  
      void saveConfigurationValue​(java.lang.String paramName, java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • configurationManagement

        protected org.ikasan.spec.configuration.ConfigurationManagement<org.ikasan.spec.configuration.ConfiguredResource,​org.ikasan.spec.configuration.Configuration> configurationManagement
    • Constructor Detail

      • PlatformConfigurationServiceImpl

        public PlatformConfigurationServiceImpl​(org.ikasan.spec.configuration.ConfigurationManagement<org.ikasan.spec.configuration.ConfiguredResource,​org.ikasan.spec.configuration.Configuration> configurationManagement)
    • Method Detail

      • getConfigurationValue

        public java.lang.String getConfigurationValue​(java.lang.String paramName)
        Specified by:
        getConfigurationValue in interface org.ikasan.spec.configuration.PlatformConfigurationService
      • saveConfigurationValue

        public void saveConfigurationValue​(java.lang.String paramName,
                                           java.lang.String value)
        Specified by:
        saveConfigurationValue in interface org.ikasan.spec.configuration.PlatformConfigurationService