Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
Modifier and Type | Method and Description |
---|---|
static List<AlertHandler<?>> |
DirectoryServer.getAlertHandlers()
Retrieves the set of alert handlers that have been registered with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.deregisterAlertHandler(AlertHandler<?> alertHandler)
Deregisters the provided alert handler with the Directory Server.
|
static void |
DirectoryServer.registerAlertHandler(AlertHandler<?> alertHandler)
Registers the provided alert handler with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
JMXAlertHandler
This class provides an implementation of a Directory Server alert handler that will send alerts using JMX
notifications.
|
class |
SMTPAlertHandler
This class implements a Directory Server alert handler that may be used to send administrative alerts via SMTP.
|
Copyright 2010-2022 ForgeRock AS.