Package org.opends.server.extensions
Class NotificationMessageTemplateElement
java.lang.Object
org.opends.server.extensions.NotificationMessageTemplateElement
- Direct Known Subclasses:
NotificationMessageNotificationMessageTemplateElement
,NotificationTypeNotificationMessageTemplateElement
,TextNotificationMessageTemplateElement
,UserDNNotificationMessageTemplateElement
This class defines the base class for elements that may be used to generate an account status notification message.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
generateValue
(LocalizableMessageBuilder buffer, AccountStatusNotification notification) Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.
-
Constructor Details
-
NotificationMessageTemplateElement
public NotificationMessageTemplateElement()
-
-
Method Details
-
generateValue
public abstract void generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification) Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.- Parameters:
buffer
- The buffer to which the generated value should be appended.notification
- The account status notification to process.
-