public class TopEventReportPlugin extends AbstractSystemReportPlugin implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
EventCountDao |
m_eventCountDao |
m_resourceLocator, MAX_PROCESS_WAIT
Constructor and Description |
---|
TopEventReportPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
getDescription()
Get a short description of the plugin's operation.
|
Map<String,org.springframework.core.io.Resource> |
getEntries()
Get a map of key/value pairs of data exposed by the plugin.
|
String |
getName()
Get the name of this report plugin.
|
int |
getPriority()
Get the priority of this plugin.
|
addGetters, compareTo, createTemporaryFileFromString, getBean, getBean, getBeans, getOpenNMSProcesses, getResource, getResourceFromProperty, getResourceLocator, setResourceLocator, slurp, slurpCommand, splitMultilineString, toString
@Autowired public EventCountDao m_eventCountDao
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public String getName()
SystemReportPlugin
getName
in interface SystemReportPlugin
public String getDescription()
SystemReportPlugin
getDescription
in interface SystemReportPlugin
public int getPriority()
SystemReportPlugin
getPriority
in interface SystemReportPlugin
getPriority
in class AbstractSystemReportPlugin
public Map<String,org.springframework.core.io.Resource> getEntries()
SystemReportPlugin
getEntries
in interface SystemReportPlugin
getEntries
in class AbstractSystemReportPlugin
Copyright © 2019. All rights reserved.