Package org.opennms.netmgt.model.notifd
Interface NotificationStrategy
-
- All Known Implementing Classes:
AbstractSlackCompatibleNotificationStrategy
,AsteriskOriginateNotificationStrategy
,BrowserNotificationStrategy
,BSFNotificationStrategy
,HttpNotificationStrategy
,IrcCatNotificationStrategy
,JavaMailNotificationStrategy
,MattermostNotificationStrategy
,MicroblogDMNotificationStrategy
,MicroblogNotificationStrategy
,MicroblogReplyNotificationStrategy
,MockNotificationStrategy
,NullNotificationStrategy
,SlackNotificationStrategy
,SnmpTrapNotificationStrategy
,TicketNotificationStrategy
,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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
send(List<Argument> arguments)
send
-