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.
|
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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.