public class OpenNMSReportPlugin extends AbstractSystemReportPlugin implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
AlarmDao |
m_alarmDao |
EventDao |
m_eventDao |
IpInterfaceDao |
m_ipInterfaceDao |
NodeDao |
m_nodeDao |
SnmpInterfaceDao |
m_snmpInterfaceDao |
m_resourceLocator, MAX_PROCESS_WAIT
Constructor and Description |
---|
OpenNMSReportPlugin() |
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 NodeDao m_nodeDao
@Autowired public IpInterfaceDao m_ipInterfaceDao
@Autowired public SnmpInterfaceDao m_snmpInterfaceDao
@Autowired public EventDao m_eventDao
@Autowired public AlarmDao m_alarmDao
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 © 2021. All rights reserved.