org.opennms.netmgt.notifd
Class XMPPGroupNotificationStrategy

java.lang.Object
  extended by org.opennms.netmgt.notifd.XMPPGroupNotificationStrategy
All Implemented Interfaces:
NotificationStrategy

public class XMPPGroupNotificationStrategy
extends Object
implements NotificationStrategy

Implements NotificationStragey pattern used to send notifications using the XMPP message protocol

Author:
Mathew Brozowski, DJ Gregor, Jonathan Sartin

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

XMPPGroupNotificationStrategy

public XMPPGroupNotificationStrategy()
Method Detail

send

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


Copyright © 2009. All Rights Reserved.