Class AlertHandlerConfigManager

java.lang.Object
org.opends.server.core.AlertHandlerConfigManager
All Implemented Interfaces:
ConfigurationAddListener<AlertHandlerCfg>, ConfigurationChangeListener<AlertHandlerCfg>, ConfigurationDeleteListener<AlertHandlerCfg>

This class defines a utility that will be used to manage the set of alert handlers defined in the Directory Server. It will initialize the alert handlers when the server starts, and then will manage any additions, removals, or modifications to any alert handlers while the server is running.
  • Constructor Details

    • AlertHandlerConfigManager

      public AlertHandlerConfigManager(ServerContext serverContext)
      Creates a new instance of this alert handler config manager.
      Parameters:
      serverContext - The server context.
  • Method Details