Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
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 |
---|---|
ManagedObjectDefinition<? extends AlertHandlerCfgClient,? extends AlertHandlerCfg> |
AlertHandlerCfgClient.definition()
Get the configuration definition associated with this Alert Handler.
|
Modifier and Type | Method and Description |
---|---|
<C extends AlertHandlerCfgClient> |
RootCfgClient.createAlertHandler(ManagedObjectDefinition<C,? extends AlertHandlerCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Alert Handler.
|
Modifier and Type | Method and Description |
---|---|
AlertHandlerCfg |
AlertHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends AlertHandlerCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<AlertHandlerCfgClient,AlertHandlerCfg> |
RootCfgDefn.getAlertHandlersRelationDefinition()
Get the "alert-handlers" relation definition.
|
Class<AlertHandlerCfg> |
AlertHandlerCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
AlertHandlerCfg |
AlertHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends AlertHandlerCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JMXAlertHandlerCfg
A server-side interface for querying JMX Alert Handler settings.
|
interface |
SMTPAlertHandlerCfg
A server-side interface for querying SMTP Alert Handler settings.
|
Modifier and Type | Method and Description |
---|---|
AlertHandlerCfg |
RootCfg.getAlertHandler(String name)
Gets the named Alert Handler.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AlertHandlerCfg> |
AlertHandlerCfg.configurationClass()
Gets the configuration class associated with this Alert Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
RootCfg.addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
Registers to be notified when new Alert Handlers are added.
|
void |
RootCfg.addAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener)
Registers to be notified when existing Alert Handlers are deleted.
|
void |
AlertHandlerCfg.addChangeListener(ConfigurationChangeListener<AlertHandlerCfg> listener)
Register to be notified when this Alert Handler is changed.
|
void |
RootCfg.removeAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
Deregisters an existing Alert Handler configuration add listener.
|
void |
RootCfg.removeAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener)
Deregisters an existing Alert Handler configuration delete listener.
|
void |
AlertHandlerCfg.removeChangeListener(ConfigurationChangeListener<AlertHandlerCfg> listener)
Deregister an existing Alert Handler configuration change listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AlertHandler<T extends AlertHandlerCfg>
This interface defines the set of methods that must be implemented
for a Directory Server alert handler.
|
Modifier and Type | Method and Description |
---|---|
AlertHandlerCfg |
AlertHandler.getAlertHandlerConfiguration()
Retrieves the current configuration for this alert handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AlertHandler.isConfigurationAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this alert handler.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
AlertHandlerConfigManager.applyConfigurationAdd(AlertHandlerCfg configuration) |
ConfigChangeResult |
AlertHandlerConfigManager.applyConfigurationChange(AlertHandlerCfg configuration) |
ConfigChangeResult |
AlertHandlerConfigManager.applyConfigurationDelete(AlertHandlerCfg configuration) |
boolean |
AlertHandlerConfigManager.isConfigurationAddAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
AlertHandlerConfigManager.isConfigurationChangeAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
AlertHandlerConfigManager.isConfigurationDeleteAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
AlertHandlerCfg |
SMTPAlertHandler.getAlertHandlerConfiguration() |
AlertHandlerCfg |
JMXAlertHandler.getAlertHandlerConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
SMTPAlertHandler.isConfigurationAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
JMXAlertHandler.isConfigurationAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.