Class EventListCommand
- java.lang.Object
-
- org.opennms.netmgt.events.commands.EventListCommand
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class EventListCommand extends java.lang.Object implements org.apache.karaf.shell.api.action.Action
-
-
Field Summary
Fields Modifier and Type Field Description EventConfDao
eventConfDao
EventDao
eventDao
-
Constructor Summary
Constructors Constructor Description EventListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
execute()
-
-
-
Field Detail
-
eventConfDao
public EventConfDao eventConfDao
-
eventDao
public EventDao eventDao
-
-