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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JMXAlertHandlerCfgClient
A client-side interface for reading and modifying JMX Alert Handler
settings.
|
interface |
SMTPAlertHandlerCfgClient
A client-side interface for reading and modifying SMTP Alert
Handler settings.
|
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 |
---|---|
AlertHandlerCfgClient |
RootCfgClient.getAlertHandler(String name)
Gets the named Alert Handler.
|
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 |
---|---|
AlertHandlerCfgClient |
AlertHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AlertHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<AlertHandlerCfgClient,AlertHandlerCfg> |
RootCfgDefn.getAlertHandlersRelationDefinition()
Get the "alert-handlers" relation definition.
|
Modifier and Type | Method and Description |
---|---|
AlertHandlerCfgClient |
AlertHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AlertHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.