Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.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)
Adds a new configuration to this add listener.
|
ConfigChangeResult |
AlertHandlerConfigManager.applyConfigurationChange(AlertHandlerCfg configuration)
Applies the configuration changes to this change listener.
|
ConfigChangeResult |
AlertHandlerConfigManager.applyConfigurationDelete(AlertHandlerCfg configuration)
Deletes an existing configuration from this delete listener.
|
boolean |
AlertHandlerConfigManager.isConfigurationAddAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed addition of a new configuration is
acceptable to this add listener.
|
boolean |
AlertHandlerConfigManager.isConfigurationChangeAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
boolean |
AlertHandlerConfigManager.isConfigurationDeleteAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed deletion of an existing
configuration is acceptable to this delete listener.
|
Modifier and Type | Method and Description |
---|---|
AlertHandlerCfg |
SMTPAlertHandler.getAlertHandlerConfiguration()
Retrieves the current configuration for this alert handler.
|
AlertHandlerCfg |
JMXAlertHandler.getAlertHandlerConfiguration()
Retrieves the current configuration for this alert handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SMTPAlertHandler.isConfigurationAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this alert handler.
|
boolean |
JMXAlertHandler.isConfigurationAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this alert handler.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.