org.opennms.netmgt.notifd
Class NullNotificationStrategy
java.lang.Object
org.opennms.netmgt.notifd.NullNotificationStrategy
- All Implemented Interfaces:
- NotificationStrategy
public class NullNotificationStrategy
- extends 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.
- Author:
- Jason Czerak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullNotificationStrategy
public NullNotificationStrategy()
send
public int send(List<Argument> arguments)
- Specified by:
send in interface NotificationStrategy
Copyright © 2009. All Rights Reserved.