Package com.netscape.certsrv.base
Interface IConfigStoreEventListener
-
public interface IConfigStoreEventListenerConfigStore Parameters Event Notification.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params)Validates the config store parameters that changedvoidvalidateConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params)Called to validate the config store parameters that changed
-
-
-
Method Detail
-
validateConfigParams
void validateConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params) throws EBaseExceptionCalled to validate the config store parameters that changed- Parameters:
action- actionparams- configuration parameters changed- Throws:
EBaseException- failed to validate
-
doConfigParams
void doConfigParams(java.lang.String action, java.util.Hashtable<java.lang.String,java.lang.String> params) throws EBaseExceptionValidates the config store parameters that changed- Parameters:
action- actionparams- configuration parameters changed- Throws:
EBaseException- failed to validate
-
-