Package org.opends.server.extensions
Class NotificationMessageNotificationMessageTemplateElement
java.lang.Object
org.opends.server.extensions.NotificationMessageTemplateElement
org.opends.server.extensions.NotificationMessageNotificationMessageTemplateElement
public final class NotificationMessageNotificationMessageTemplateElement
extends NotificationMessageTemplateElement
This class implements a notification message template element that will generate a value that is the message for the
account status notification.
-
Constructor Summary
ConstructorDescriptionCreates a new notification message notification message template element. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
NotificationMessageNotificationMessageTemplateElement
public NotificationMessageNotificationMessageTemplateElement()Creates a new notification message notification message template element.
-
-
Method Details
-
generateValue
Description copied from class:NotificationMessageTemplateElement
Generates a value for this template element using the information contained in the provided account status notification and appends it to the given buffer.- Specified by:
generateValue
in classNotificationMessageTemplateElement
- Parameters:
buffer
- The buffer to which the generated value should be appended.notification
- The account status notification to process.
-