Class StressCommand
- java.lang.Object
-
- org.opennms.netmgt.events.commands.StressCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class StressCommand extends java.lang.Object implements org.apache.karaf.shell.api.action.Action
Used to stress the event bus.- Author:
- jwhite
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
StressCommand.EventGenerator
static class
StressCommand.IpUtils
Convenience methods added to the JEXL contextprotected class
StressCommand.JexlEventGenerator
-
Field Summary
Fields Modifier and Type Field Description EventForwarder
eventForwarder
-
Constructor Summary
Constructors Constructor Description StressCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute()
-
-
-
Field Detail
-
eventForwarder
public EventForwarder eventForwarder
-
-