Uses of Interface
org.opends.server.api.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
Modifier and TypeMethodDescriptionList<AlertHandler<?>>
DirectoryServer.getAlertHandlers()
List<AlertHandler<?>>
ServerContext.getAlertHandlers()
Retrieves the set of alert handlers that have been registered with the Directory Server.Modifier and TypeMethodDescriptionvoid
DirectoryServer.deregisterAlertHandler
(AlertHandler<?> alertHandler) void
ServerContext.deregisterAlertHandler
(AlertHandler<?> alertHandler) Deregisters the provided alert handler with the Directory Server.void
DirectoryServer.registerAlertHandler
(AlertHandler<?> alertHandler) void
ServerContext.registerAlertHandler
(AlertHandler<?> alertHandler) Registers the provided alert handler with the Directory Server. -
Uses of AlertHandler in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class provides an implementation of a Directory Server alert handler that will send alerts using JMX notifications.final class
This class implements a Directory Server alert handler that may be used to send administrative alerts via SMTP.