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 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()
-
-
-
Field Detail
-
eventForwarder
public EventForwarder eventForwarder
-
-
Method Detail
-
execute
public Object execute()
- Specified by:
execute
in interfaceorg.apache.karaf.shell.api.action.Action
-
-