Package | Description |
---|---|
org.opennms.protocols.xml.collector | |
org.opennms.protocols.xml.config |
This file is part of OpenNMS(R).
|
org.opennms.protocols.xml.dao | |
org.opennms.protocols.xml.dao.jaxb | |
org.opennms.protocols.xml.vtdxml |
Modifier and Type | Method and Description |
---|---|
XmlCollectionSet |
XmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters)
Collect.
|
XmlCollectionSet |
Sftp3gppXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
XmlCollectionSet |
AbstractXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
Modifier and Type | Method and Description |
---|---|
XmlDataCollection |
XmlDataCollectionConfig.getDataCollectionByName(String name)
Gets the data collection by name.
|
Modifier and Type | Method and Description |
---|---|
List<XmlDataCollection> |
XmlDataCollectionConfig.getXmlDataCollections()
Gets the XML data collections.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDataCollectionConfig.addDataCollection(XmlDataCollection dataCollection)
Adds the data collection.
|
int |
XmlDataCollection.compareTo(XmlDataCollection obj) |
void |
XmlDataCollectionConfig.removeDataCollection(XmlDataCollection dataCollection)
Removes the data collection.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlDataCollectionConfig.setXmlDataCollections(List<XmlDataCollection> xmlDataCollections)
Sets the XML data collections.
|
Modifier and Type | Method and Description |
---|---|
XmlDataCollection |
XmlDataCollectionConfigDao.getDataCollectionByIndex(int idx)
Gets the data collection by index.
|
XmlDataCollection |
XmlDataCollectionConfigDao.getDataCollectionByName(String name)
Gets the data collection by name.
|
Modifier and Type | Method and Description |
---|---|
XmlDataCollection |
XmlDataCollectionConfigDaoJaxb.getDataCollectionByIndex(int idx) |
XmlDataCollection |
XmlDataCollectionConfigDaoJaxb.getDataCollectionByName(String name) |
Modifier and Type | Method and Description |
---|---|
XmlCollectionSet |
Sftp3gppVTDXmlCollectionHandler.collect(CollectionAgent agent,
XmlDataCollection collection,
Map<String,Object> parameters) |
Copyright © 2017. All rights reserved.