com.ibm.itim.mail
Class MailManager

java.lang.Object
  |
  +--com.ibm.itim.mail.MailManager

public final class MailManager
extends java.lang.Object

Delivers notification messages to the specified recipients. This class uses the javax.mail package to implement the message delivery.

Author:
Ryan Peterson

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

MailManager

public MailManager()
Method Detail

notify

public static void notify(NotificationMessage message)
Delivers the given notification message.
Parameters:
message - Message to delivery.

notifyAsync

public static void notifyAsync(NotificationMessage message)