|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.mail.MailManager
Delivers notification messages to the specified recipients. This class uses the javax.mail package to implement the message delivery.
Constructor Summary | |
---|---|
MailManager()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MailManager()
Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |