Package org.opennms.netmgt.notifd
Class BSFNotificationStrategy
- java.lang.Object
-
- org.opennms.netmgt.notifd.BSFNotificationStrategy
-
- All Implemented Interfaces:
NotificationStrategy
public class BSFNotificationStrategy extends Object implements NotificationStrategy
- Author:
- Jeff Gehlbach, OpenNMS
-
-
Constructor Summary
Constructors Constructor Description BSFNotificationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
log(String level, String format, Object... args)
int
send(List<Argument> arguments)
send
-
-
-
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.
-
-