public class SMTPAlertHandler extends Object implements AlertHandler<SMTPAlertHandlerCfg>, ConfigurationChangeListener<SMTPAlertHandlerCfg>
Constructor and Description |
---|
SMTPAlertHandler()
Creates a new instance of this SMTP alert handler.
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.config.server.ConfigChangeResult |
applyConfigurationChange(SMTPAlertHandlerCfg configuration)
Applies the configuration changes to this change listener.
|
void |
finalizeAlertHandler()
Performs any necessary cleanup that may be necessary when this
alert handler is finalized.
|
AlertHandlerCfg |
getAlertHandlerConfiguration()
Retrieves the current configuration for this alert handler.
|
void |
initializeAlertHandler(SMTPAlertHandlerCfg configuration)
Initializes this alert handler based on the information in the
provided configuration entry.
|
boolean |
isConfigurationAcceptable(AlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this alert handler.
|
boolean |
isConfigurationChangeAcceptable(SMTPAlertHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
void |
sendAlertNotification(AlertGenerator generator,
String alertType,
LocalizableMessage alertMessage)
Sends an alert notification based on the provided information.
|
public SMTPAlertHandler()
public void initializeAlertHandler(SMTPAlertHandlerCfg configuration) throws org.forgerock.opendj.config.server.ConfigException, InitializationException
initializeAlertHandler
in interface AlertHandler<SMTPAlertHandlerCfg>
configuration
- The configuration to use to initialize
this alert handler.org.forgerock.opendj.config.server.ConfigException
- If the provided entry does not contain
a valid configuration for this alert
handler.InitializationException
- If a problem occurs during
initialization that is not
related to the server
configuration.public AlertHandlerCfg getAlertHandlerConfiguration()
getAlertHandlerConfiguration
in interface AlertHandler<SMTPAlertHandlerCfg>
public boolean isConfigurationAcceptable(AlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
isConfigurationAcceptable
in interface AlertHandler<SMTPAlertHandlerCfg>
configuration
- The configuration for which to make
tje determination.unacceptableReasons
- A list to which human-readable
reasons may be added to explain why
the configuration is not acceptable.true
if the provided configuration is
acceptable, or false
if it is not.public void finalizeAlertHandler()
finalizeAlertHandler
in interface AlertHandler<SMTPAlertHandlerCfg>
public void sendAlertNotification(AlertGenerator generator, String alertType, LocalizableMessage alertMessage)
sendAlertNotification
in interface AlertHandler<SMTPAlertHandlerCfg>
generator
- The alert generator that created the alert.alertType
- The alert type name for this alert.alertMessage
- A message (possibly null
) that can
provide more information about this alert.public boolean isConfigurationChangeAcceptable(SMTPAlertHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
isConfigurationChangeAcceptable
in interface ConfigurationChangeListener<SMTPAlertHandlerCfg>
configuration
- The new configuration containing the changes.unacceptableReasons
- A list that can be used to hold messages about why the
provided configuration is not acceptable.true
if the proposed change is
acceptable, or false
if it is not.public org.forgerock.opendj.config.server.ConfigChangeResult applyConfigurationChange(SMTPAlertHandlerCfg configuration)
applyConfigurationChange
in interface ConfigurationChangeListener<SMTPAlertHandlerCfg>
configuration
- The new configuration containing the changes.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.