com.netscape.certsrv.base
Interface IConfigStoreEventListener


public interface IConfigStoreEventListener

ConfigStore Parameters Event Notification.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 void doConfigParams(java.lang.String action, java.util.Hashtable params)
          Validates the config store parameters that changed
 void validateConfigParams(java.lang.String action, java.util.Hashtable params)
          Called to validate the config store parameters that changed
 

Method Detail

validateConfigParams

void validateConfigParams(java.lang.String action,
                          java.util.Hashtable 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(java.lang.String action,
                    java.util.Hashtable params)
                    throws EBaseException
Validates the config store parameters that changed

Parameters:
action - action
params - configuration parameters changed
Throws:
EBaseException - failed to validate