Package org.opennms.netmgt.notifd
Class XMPPNotificationStrategy
- java.lang.Object
-
- org.opennms.netmgt.notifd.XMPPNotificationStrategy
-
- All Implemented Interfaces:
NotificationStrategy
public class XMPPNotificationStrategy extends java.lang.Object implements NotificationStrategy
Implements NotificationStragey pattern used to send notifications using the XMPP message protocol.
-
-
Constructor Summary
Constructors Constructor Description XMPPNotificationStrategy()
Constructor for XMPPNotificationStrategy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
send(java.util.List<Argument> arguments)
send
-
-
-
Method Detail
-
send
public int send(java.util.List<Argument> arguments)
send
- Specified by:
send
in interfaceNotificationStrategy
- Parameters:
arguments
- aList
object.- Returns:
- a int.
-
-