Package org.opennms.netmgt.notifd
Class HttpNotificationStrategy
- java.lang.Object
-
- org.opennms.netmgt.notifd.HttpNotificationStrategy
-
- All Implemented Interfaces:
NotificationStrategy
public class HttpNotificationStrategy extends java.lang.Object implements NotificationStrategy
HttpNotificationStrategy class.
- Version:
- $Id: $
- Author:
- David Hustace
-
-
Constructor Summary
Constructors Constructor Description HttpNotificationStrategy()
-
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.
-
-