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