Uses of Interface
org.opends.server.api.AlertGenerator
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
Contains various Directory Server backend implementations.
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
Contains code used to interact with the Directory Server configuration.
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.
Contains the implementation for various Directory Server plugins.
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
This package contains the part of the Multi-master replication code that works on the Directory Server side.
Contains implementations of various Directory Server schema elements.
Classes related to dsbackup tool.
-
Uses of AlertGenerator in org.opends.server.api
Modifier and TypeMethodDescriptionvoid
AlertHandler.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) Sends an alert notification based on the provided information. -
Uses of AlertGenerator in org.opends.server.authorization.dseecompat
Modifier and TypeClassDescriptionfinal class
The AciListenerManager updates an ACI list after each modification operation. -
Uses of AlertGenerator in org.opends.server.backends
Modifier and TypeClassDescriptionfinal class
This class provides a backend implementation that stores the underlying data in an LDIF file.final class
This class defines a backend to hold the Directory Server schema information. -
Uses of AlertGenerator in org.opends.server.backends.task
Modifier and TypeClassDescriptionfinal class
This class defines a task scheduler for the Directory Server that will control the execution of scheduled tasks and other administrative functions that need to occur on a regular basis. -
Uses of AlertGenerator in org.opends.server.config
Modifier and TypeClassDescriptionfinal class
Responsible for managing configuration, including listeners on configuration entries. -
Uses of AlertGenerator in org.opends.server.core
Modifier and TypeClassDescriptionfinal class
This class manages the application-wide access-control configuration.final class
This class defines the core of the Directory Server.Modifier and TypeMethodDescriptionvoid
DirectoryServer.deregisterAlertGenerator
(AlertGenerator alertGenerator) void
ServerContext.deregisterAlertGenerator
(AlertGenerator alertGenerator) Deregisters the provided alert generator with the Directory Server.void
DirectoryServer.registerAlertGenerator
(AlertGenerator alertGenerator) void
ServerContext.registerAlertGenerator
(AlertGenerator alertGenerator) Registers the provided alert generator with the Directory Server.void
DirectoryServer.sendAlertNotification
(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) default void
ServerContext.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) Sends an alert notification with the provided information.void
ServerContext.sendAlertNotification
(AlertGenerator generator, Severity severity, String alertType, LocalizableMessage alertMessage) Sends an alert notification with the provided information.void
DirectoryServer.uncaughtException
(Thread t, Throwable e, AlertGenerator alertGenerator) Provides a means of handling a case in which a thread is about to die because of an unhandled exception.void
ServerContext.uncaughtException
(Thread t, Throwable e, AlertGenerator alertGenerator) Provides a means of handling a case in which a thread is about to die because of an unhandled exception. -
Uses of AlertGenerator in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class provides an application-wide disk space monitoring service.Modifier and TypeMethodDescriptionvoid
JMXAlertHandler.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) void
SMTPAlertHandler.sendAlertNotification
(AlertGenerator generator, String alertType, LocalizableMessage alertMessage) -
Uses of AlertGenerator in org.opends.server.plugins
Modifier and TypeClassDescriptionfinal class
This class implements a Directory Server plugin that can be used to ensure that all values for a given attribute or set of attributes are unique within the server (or optionally, below a specified set of base DNs). -
Uses of AlertGenerator in org.opends.server.protocols
Modifier and TypeClassDescriptionfinal class
This class defines an LDIF connection handler, which can be used to watch for new LDIF files to be placed in a specified directory. -
Uses of AlertGenerator in org.opends.server.protocols.http
Modifier and TypeClassDescriptionfinal class
This class defines a connection handler that will be used for communicating with clients over HTTP. -
Uses of AlertGenerator in org.opends.server.protocols.jmx
Modifier and TypeMethodDescriptionvoid
JMXMBean.addAlertGenerator
(AlertGenerator generator) Adds the provided alert generator to the set of alert generators associated with this JMX MBean.void
JMXMBean.removeAlertGenerator
(AlertGenerator generator) Removes the provided alert generator from the set of alert generators associated with this JMX MBean. -
Uses of AlertGenerator in org.opends.server.protocols.ldap
Modifier and TypeClassDescriptionfinal class
This class defines a connection handler that will be used for communicating with clients over LDAP. -
Uses of AlertGenerator in org.opends.server.replication.plugin
Modifier and TypeClassDescriptionfinal class
This class implements the bulk part of the Directory Server side of the replication code. -
Uses of AlertGenerator in org.opends.server.schema
Modifier and TypeMethodDescriptionvoid
SchemaHandler.importEntry
(Entry newSchemaEntry, AlertGenerator alertGenerator) Imports the provided schema entry in the schema.void
SchemaHandler.updateSchemaAndSchemaFiles
(Schema newSchema, Map<String, Attribute> newExtraAttributes, SortedSet<String> modifiedSchemaFileNames, AlertGenerator alertGenerator) Replaces the schema with the provided schema and updates the provided set of schema files. -
Uses of AlertGenerator in org.opends.server.tools.dsbackup
Modifier and TypeClassDescriptionfinal class
This class implements all the business logic for the dsbackup create sub-command, whether offline or online.