Uses of Interface
org.forgerock.opendj.server.config.server.AlertHandlerCfg
-
Packages that use AlertHandlerCfg 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. -
-
Uses of AlertHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type AlertHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends AlertHandlerCfgClient,? extends AlertHandlerCfg>
AlertHandlerCfgClient. definition()
Get the configuration definition associated with this Alert Handler.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type AlertHandlerCfg 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. -
Uses of AlertHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return AlertHandlerCfg Modifier and Type Method Description AlertHandlerCfg
AlertHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AlertHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type AlertHandlerCfg Modifier and Type Method Description InstantiableRelationDefinition<AlertHandlerCfgClient,AlertHandlerCfg>
RootCfgDefn. getAlertHandlersRelationDefinition()
Get the "alert-handlers" relation definition.Class<AlertHandlerCfg>
AlertHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type AlertHandlerCfg Modifier and Type Method Description AlertHandlerCfg
AlertHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends AlertHandlerCfg> impl)
-
Uses of AlertHandlerCfg in org.forgerock.opendj.server.config.server
Subinterfaces of AlertHandlerCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface 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.Methods in org.forgerock.opendj.server.config.server that return AlertHandlerCfg Modifier and Type Method Description AlertHandlerCfg
RootCfg. getAlertHandler(String name)
Gets the named Alert Handler.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type AlertHandlerCfg Modifier and Type Method Description Class<? extends AlertHandlerCfg>
AlertHandlerCfg. configurationClass()
Gets the configuration class associated with this Alert Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type AlertHandlerCfg Modifier and Type Method 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. -
Uses of AlertHandlerCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type AlertHandlerCfg Modifier and Type Interface Description interface
AlertHandler<T extends AlertHandlerCfg>
This interface defines the set of methods that must be implemented for a Directory Server alert handler.Methods in org.opends.server.api that return AlertHandlerCfg Modifier and Type Method Description AlertHandlerCfg
AlertHandler. getAlertHandlerConfiguration()
Retrieves the current configuration for this alert handler. -
Uses of AlertHandlerCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type AlertHandlerCfg Modifier and Type Method 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)
-
Uses of AlertHandlerCfg in org.opends.server.extensions
Methods in org.opends.server.extensions that return AlertHandlerCfg Modifier and Type Method Description AlertHandlerCfg
JMXAlertHandler. getAlertHandlerConfiguration()
AlertHandlerCfg
SMTPAlertHandler. getAlertHandlerConfiguration()
-