public final class MailManager
extends java.lang.Object
| Delivers notification messages to the specified recipients. Messages are delivered either synchronously or asynchronously. Synchronous message delivery blocks the execution until the message delivery has either succeeded or failed. Asynchronous message delivery uses jms queues or topic to hold messages before sending it to message recipients. It does not block the execution while delivering the message. | |
| If notification message is sent with group email topic then the post office collects similar notifications for a period of time and combine those into a single notification which is sent to the user. The post office aggregates e-mail notifications only for the following, manual activities: | |
| Approvals | |
| Requests for information (RFIs) | |
| Work orders | |
| Compliance alerts |
| Constructor and Description |
|---|
MailManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
notify(NotificationMessage message)
notify delivers the given notification message. |
static void |
notifyAsync(NotificationMessage message)
notifyAsync will send the notificaiton asynchronous to the caller's thread. |
public static void notify(NotificationMessage message)
notify delivers the given notification message.message - Message to delivery.public static void notifyAsync(NotificationMessage message)
notifyAsync will send the notificaiton asynchronous to the caller's thread.message - notification to be sent.IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.