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.

Author:
David Hustace

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

Constructor Detail

JavaMailNotificationStrategy

public JavaMailNotificationStrategy()
Method Detail

send

public int send(List<Argument> arguments)
Specified by:
send in interface NotificationStrategy


Copyright © 2009. All Rights Reserved.