|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.extensions.NotificationMessageTemplateElement
org.opends.server.extensions.NotificationPropertyNotificationMessageTemplateElement
public class NotificationPropertyNotificationMessageTemplateElement
This class implements a notification message template element that will generate a value that is the value of a specified notification property.
Constructor Summary | |
---|---|
NotificationPropertyNotificationMessageTemplateElement(AccountStatusNotificationProperty property)
Creates a new notification property notification message template element. |
Method Summary | |
---|---|
void |
generateValue(MessageBuilder 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationPropertyNotificationMessageTemplateElement(AccountStatusNotificationProperty property)
property
- The notification property for which to obtain the value.Method Detail |
---|
public void generateValue(MessageBuilder buffer, AccountStatusNotification notification)
generateValue
in class NotificationMessageTemplateElement
buffer
- The buffer to which the generated value should be
appended.notification
- The account status notification to process.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |