Uses of Interface
org.opends.server.api.AlertHandler
Packages that use AlertHandler
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of AlertHandler in org.opends.server.core
Methods in org.opends.server.core that return types with arguments of type AlertHandlerModifier and TypeMethodDescriptionList<AlertHandler<?>>DirectoryServer.getAlertHandlers()List<AlertHandler<?>>ServerContext.getAlertHandlers()Retrieves the set of alert handlers that have been registered with the Directory Server.Methods in org.opends.server.core with parameters of type AlertHandlerModifier and TypeMethodDescriptionvoidDirectoryServer.deregisterAlertHandler(AlertHandler<?> alertHandler) voidServerContext.deregisterAlertHandler(AlertHandler<?> alertHandler) Deregisters the provided alert handler with the Directory Server.voidDirectoryServer.registerAlertHandler(AlertHandler<?> alertHandler) voidServerContext.registerAlertHandler(AlertHandler<?> alertHandler) Registers the provided alert handler with the Directory Server. -
Uses of AlertHandler in org.opends.server.extensions
Classes in org.opends.server.extensions that implement AlertHandlerModifier and TypeClassDescriptionfinal classThis class provides an implementation of a Directory Server alert handler that will send alerts using JMX notifications.final classThis class implements a Directory Server alert handler that may be used to send administrative alerts via SMTP.