Package org.opennms.netmgt.config.mock
Class MockNotificationStrategy
- java.lang.Object
-
- org.opennms.netmgt.config.mock.MockNotificationStrategy
-
- All Implemented Interfaces:
NotificationStrategy
public class MockNotificationStrategy extends Object implements NotificationStrategy
- Author:
- david
-
-
Constructor Summary
Constructors Constructor Description MockNotificationStrategy()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationAnticipator
getAnticipator()
int
send(List<Argument> arguments)
sendstatic void
setAnticipator(NotificationAnticipator anticipator)
-
-
-
Method Detail
-
send
public int send(List<Argument> arguments)
Description copied from interface:NotificationStrategy
send
- Specified by:
send
in interfaceNotificationStrategy
- Parameters:
arguments
- aList
object.- Returns:
- a int.
-
getAnticipator
public static NotificationAnticipator getAnticipator()
-
setAnticipator
public static void setAnticipator(NotificationAnticipator anticipator)
-
-