org.opennms.netmgt.notifd
Class XMPPNotificationStrategy

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

public class XMPPNotificationStrategy
extends Object
implements NotificationStrategy

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

Author:
Mathew Brozowski, David Hustace, DJ Gregor, Jonathan Sartin, Chris Abernethy

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

XMPPNotificationStrategy

public XMPPNotificationStrategy()
Method Detail

send

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


Copyright © 2009. All Rights Reserved.