Package | Description |
---|---|
org.opennms.features.vaadin.datacollection | |
org.opennms.netmgt.config | |
org.opennms.netmgt.config.datacollection |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.config.internal.collection |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao.jaxb.collector |
Modifier and Type | Method and Description |
---|---|
SnmpCollection |
SnmpCollectionForm.createBasicSnmpCollection()
Creates the basic SNMP collection.
|
SnmpCollection |
SnmpCollectionForm.getSnmpCollection()
Gets the SNMP Collection.
|
SnmpCollection |
SnmpCollectionTable.getSnmpCollection(Object snmpCollectionId)
Gets the SNMP collection.
|
Modifier and Type | Method and Description |
---|---|
List<SnmpCollection> |
SnmpCollectionTable.getSnmpCollections()
Gets the SNMP collections.
|
Modifier and Type | Method and Description |
---|---|
Object |
SnmpCollectionTable.addSnmpCollection(SnmpCollection snmpCollection)
Adds the SNMP Collection.
|
void |
SnmpCollectionForm.setSnmpCollection(SnmpCollection snmpCollection)
Sets the SNMP Collection.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpCollectionPanel.saveSnmpCollections(List<SnmpCollection> snmpCollections,
Logger logger)
Save SNMP collections.
|
void |
SnmpCollectionTable.setSnmpCollections(List<SnmpCollection> snmpCollections)
Sets the SNMP collections.
|
Constructor and Description |
---|
SnmpCollectionTable(List<SnmpCollection> snmpCollections)
Instantiates a new SNMP collection table.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCollectionConfigParser.parseCollection(SnmpCollection collection)
Update/Validate SNMP collection.
|
Modifier and Type | Method and Description |
---|---|
SnmpCollection |
SnmpCollection.clone() |
SnmpCollection |
DatacollectionConfig.getSnmpCollection(String name) |
Modifier and Type | Method and Description |
---|---|
List<SnmpCollection> |
DatacollectionConfig.getSnmpCollections() |
Modifier and Type | Method and Description |
---|---|
void |
DatacollectionConfig.addSnmpCollection(SnmpCollection snmpCollection) |
void |
DatacollectionConfig.insertSnmpCollection(SnmpCollection resourceTypeCollection) |
boolean |
DatacollectionConfig.removeSnmpCollection(SnmpCollection snmpCollection) |
Modifier and Type | Method and Description |
---|---|
void |
DatacollectionConfig.setSnmpCollections(List<SnmpCollection> snmpCollections) |
Modifier and Type | Method and Description |
---|---|
void |
DatacollectionConfigVisitor.visitSnmpCollection(SnmpCollection collection) |
void |
DataCollectionConfigConverter.visitSnmpCollection(SnmpCollection collection) |
void |
AbstractDatacollectionConfigVisitor.visitSnmpCollection(SnmpCollection collection) |
Modifier and Type | Method and Description |
---|---|
void |
DataCollectionVisitor.completeSnmpCollection(SnmpCollection snmpCollection)
completeSnmpCollection
|
void |
DataCollectionVisitor.visitSnmpCollection(SnmpCollection snmpCollection)
visitSnmpCollection
|
Copyright © 2021. All rights reserved.