Interface IConfigStoreEventListener


public interface IConfigStoreEventListener
ConfigStore Parameters Event Notification.
Version:
$Revision$, $Date$
  • Method Details

    • validateConfigParams

      void validateConfigParams(String action, Hashtable<String,String> params) throws EBaseException
      Called to validate the config store parameters that changed
      Parameters:
      action - action
      params - configuration parameters changed
      Throws:
      EBaseException - failed to validate
    • doConfigParams

      void doConfigParams(String action, Hashtable<String,String> params) throws EBaseException
      Validates the config store parameters that changed
      Parameters:
      action - action
      params - configuration parameters changed
      Throws:
      EBaseException - failed to validate