Uses of Interface
org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Packages that use SMTPAlertHandlerCfg 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. -
-
Uses of SMTPAlertHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SMTPAlertHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends SMTPAlertHandlerCfgClient,? extends SMTPAlertHandlerCfg>SMTPAlertHandlerCfgClient. definition()Get the configuration definition associated with this SMTP Alert Handler. -
Uses of SMTPAlertHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SMTPAlertHandlerCfg Modifier and Type Method Description SMTPAlertHandlerCfgSMTPAlertHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SMTPAlertHandlerCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SMTPAlertHandlerCfg Modifier and Type Method Description Class<SMTPAlertHandlerCfg>SMTPAlertHandlerCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SMTPAlertHandlerCfg Modifier and Type Method Description SMTPAlertHandlerCfgSMTPAlertHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends SMTPAlertHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of SMTPAlertHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type SMTPAlertHandlerCfg Modifier and Type Method Description Class<? extends SMTPAlertHandlerCfg>SMTPAlertHandlerCfg. configurationClass()Gets the configuration class associated with this SMTP Alert Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type SMTPAlertHandlerCfg Modifier and Type Method Description voidSMTPAlertHandlerCfg. addSMTPChangeListener(ConfigurationChangeListener<SMTPAlertHandlerCfg> listener)Register to be notified when this SMTP Alert Handler is changed.voidSMTPAlertHandlerCfg. removeSMTPChangeListener(ConfigurationChangeListener<SMTPAlertHandlerCfg> listener)Deregister an existing SMTP Alert Handler configuration change listener.
-