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.

Version:
$Id: $
Author:
Jason Czerak

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

Constructor Detail

NullNotificationStrategy

public NullNotificationStrategy()

Constructor for NullNotificationStrategy.

Method Detail

send

public int send(List<Argument> arguments)

send

Specified by:
send in interface NotificationStrategy
Parameters:
arguments - a List object.
Returns:
a int.


Copyright © 2011. All Rights Reserved.