Uses of Class
org.opennms.netmgt.model.notifd.Argument
-
Packages that use Argument Package Description org.opennms.netmgt.config.mock org.opennms.netmgt.model.notifd org.opennms.netmgt.notifd org.opennms.netmgt.notifd.asterisk -
-
Uses of Argument in org.opennms.netmgt.config.mock
Method parameters in org.opennms.netmgt.config.mock with type arguments of type Argument Modifier and Type Method Description int
MockNotificationStrategy. send(List<Argument> arguments)
-
Uses of Argument in org.opennms.netmgt.model.notifd
Method parameters in org.opennms.netmgt.model.notifd with type arguments of type Argument Modifier and Type Method Description int
NotificationStrategy. send(List<Argument> arguments)
send -
Uses of Argument in org.opennms.netmgt.notifd
Method parameters in org.opennms.netmgt.notifd with type arguments of type Argument Modifier and Type Method Description protected String
AbstractSlackCompatibleNotificationStrategy. buildMessage(List<Argument> args)
protected String
MicroblogNotificationStrategy. buildMessageBody(List<Argument> arguments)
buildMessageBodyprotected twitter4j.Twitter
MicroblogNotificationStrategy. buildUblogService(List<Argument> arguments)
buildUblogServiceint
ClassExecutor. execute(String className, List<Argument> arguments)
Implement this method to support execute style commands such as a system command or to instantiate a Java class.int
CommandExecutor. execute(String commandLine, List<Argument> arguments)
Implement this method to support execute style commands such as a system command or to instantiate a Java class.int
ExecutorStrategy. execute(String commandLine, List<Argument> arguments)
Implement this method to support execute style commands such as a system command or to instantiate a Java class.int
ServiceRegistryExecutor. execute(String filter, List<Argument> arguments)
protected String
MicroblogNotificationStrategy. findDestName(List<Argument> arguments)
findDestNameint
AbstractSlackCompatibleNotificationStrategy. send(List<Argument> arguments)
sendint
BrowserNotificationStrategy. send(List<Argument> arguments)
int
BSFNotificationStrategy. send(List<Argument> arguments)
int
HttpNotificationStrategy. send(List<Argument> arguments)
sendint
IrcCatNotificationStrategy. send(List<Argument> arguments)
sendint
JavaMailNotificationStrategy. send(List<Argument> arguments)
sendint
MicroblogDMNotificationStrategy. send(List<Argument> arguments)
sendint
MicroblogNotificationStrategy. send(List<Argument> arguments)
sendint
MicroblogReplyNotificationStrategy. send(List<Argument> arguments)
sendint
NullNotificationStrategy. send(List<Argument> arguments)
sendint
SnmpTrapNotificationStrategy. send(List<Argument> arguments)
sendint
TicketNotificationStrategy. send(List<Argument> arguments)
sendint
XMPPGroupNotificationStrategy. send(List<Argument> arguments)
sendint
XMPPNotificationStrategy. send(List<Argument> arguments)
sendprotected void
AbstractSlackCompatibleNotificationStrategy. setArguments(List<Argument> arguments)
-
Uses of Argument in org.opennms.netmgt.notifd.asterisk
Method parameters in org.opennms.netmgt.notifd.asterisk with type arguments of type Argument Modifier and Type Method Description int
AsteriskOriginateNotificationStrategy. send(List<Argument> arguments)
send
-