Package org.opennms.netmgt.notifd
Class JavaMailNotificationStrategy
- java.lang.Object
-
- 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
Constructors Constructor Description JavaMailNotificationStrategy()
Constructor for JavaMailNotificationStrategy.
-
-
-
Method Detail
-
send
public int send(List<Argument> arguments)
send
- Specified by:
send
in interfaceNotificationStrategy
- Parameters:
arguments
- aList
object.- Returns:
- a int.
-
-