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.


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

MailManager

public MailManager()
Method Detail

notify

public static void notify(NotificationMessage message)
notify delivers the given notification message.

Parameters:
message - Message to delivery.

notifyAsync

public static void notifyAsync(NotificationMessage message)
notifyAsync will send the notificaiton asynchronous to the caller's thread.

Parameters:
message - notification to be sent.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.