Package org.opennms.netmgt.notifd
Class NullNotificationStrategy
- java.lang.Object
-
- org.opennms.netmgt.notifd.NullNotificationStrategy
-
- All Implemented Interfaces:
NotificationStrategy
public class NullNotificationStrategy extends java.lang.Object implements NotificationStrategy
Implements NotificationStragey pattern used to send NULL notifications The idea here is to allow for user assignment of a notice with in the UI with out an email sent. Typically the email will be sent to a shared email box.- Version:
- $Id: $
- Author:
- Jason Czerak
-
-
Constructor Summary
Constructors Constructor Description NullNotificationStrategy()
Constructor for NullNotificationStrategy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
send(java.util.List<Argument> arguments)
send
-
-
-
Method Detail
-
send
public int send(java.util.List<Argument> arguments)
send
- Specified by:
send
in interfaceNotificationStrategy
- Parameters:
arguments
- aList
object.- Returns:
- a int.
-
-