Package com.netscape.certsrv.base
Interface IConfigStoreEventListener
public interface IConfigStoreEventListener
ConfigStore Parameters Event Notification.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doConfigParams
(String action, Hashtable<String, String> params) Validates the config store parameters that changedvoid
validateConfigParams
(String action, Hashtable<String, String> params) Called to validate the config store parameters that changed
-
Method Details
-
validateConfigParams
Called to validate the config store parameters that changed- Parameters:
action
- actionparams
- configuration parameters changed- Throws:
EBaseException
- failed to validate
-
doConfigParams
Validates the config store parameters that changed- Parameters:
action
- actionparams
- configuration parameters changed- Throws:
EBaseException
- failed to validate
-