org.opennms.netmgt.notifd
Class JavaMailNotificationStrategy

java.lang.Object
  extended by org.opennms.netmgt.notifd.JavaMailNotificationStrategy
All Implemented Interfaces:
NotificationStrategy

public class JavaMailNotificationStrategy
extends Object
implements NotificationStrategy

Implements NotificationStragey pattern used to send notifications via the Java Mail API.

Version:
$Id: $
Author:
David Hustace

Constructor Summary
JavaMailNotificationStrategy()
          Constructor for JavaMailNotificationStrategy.
 
Method Summary
 int send(List<Argument> arguments)
          send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaMailNotificationStrategy

public JavaMailNotificationStrategy()

Constructor for JavaMailNotificationStrategy.

Method Detail

send

public int send(List<Argument> arguments)

send

Specified by:
send in interface NotificationStrategy
Parameters:
arguments - a List object.
Returns:
a int.


Copyright © 2011. All Rights Reserved.