org.opennms.netmgt.notifd
Interface NotificationStrategy
- All Known Implementing Classes:
- HttpNotificationStrategy, JavaMailNotificationStrategy, NullNotificationStrategy, SnmpTrapNotificationStrategy, XMPPGroupNotificationStrategy, XMPPNotificationStrategy
public interface NotificationStrategy
Implement this interface as a Java notification "plug-in" for use with the
notficationCommands.xml file. Build a class using this interface, and in the
xml file set binary=false, and specify the class in the execute tag.
- Author:
- David Hustace
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
send
int send(List<Argument> arguments)
Copyright © 2009. All Rights Reserved.