org.opennms.netmgt.notifd
Class NullNotificationStrategy

java.lang.Object
  extended by 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

Constructor Summary
NullNotificationStrategy()
           
 
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

NullNotificationStrategy

public NullNotificationStrategy()
Method Detail

send

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


Copyright © 2009. All Rights Reserved.