Uses of Interface
org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
-
Packages that use AlertHandlerCfgClient 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. -
-
Uses of AlertHandlerCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of AlertHandlerCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface 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.Methods in org.forgerock.opendj.server.config.client with type parameters of type AlertHandlerCfgClient Modifier and Type Method Description <C extends AlertHandlerCfgClient>
CRootCfgClient. createAlertHandler(ManagedObjectDefinition<C,? extends AlertHandlerCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Alert Handler.Methods in org.forgerock.opendj.server.config.client that return AlertHandlerCfgClient Modifier and Type Method Description AlertHandlerCfgClient
RootCfgClient. getAlertHandler(String name)
Gets the named Alert Handler.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AlertHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends AlertHandlerCfgClient,? extends AlertHandlerCfg>
AlertHandlerCfgClient. definition()
Get the configuration definition associated with this Alert Handler. -
Uses of AlertHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AlertHandlerCfgClient Modifier and Type Method Description AlertHandlerCfgClient
AlertHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AlertHandlerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AlertHandlerCfgClient Modifier and Type Method Description InstantiableRelationDefinition<AlertHandlerCfgClient,AlertHandlerCfg>
RootCfgDefn. getAlertHandlersRelationDefinition()
Get the "alert-handlers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AlertHandlerCfgClient Modifier and Type Method Description AlertHandlerCfgClient
AlertHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends AlertHandlerCfgClient> impl)
-