|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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)
Delivers the given notification message. |
static void |
notifyAsync(NotificationMessage message)
|
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)
message
- Message to delivery.public static void notifyAsync(NotificationMessage message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |