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.dao.castor.collector |
Modifier and Type | Method and Description |
---|---|
List<SnmpCollection> |
SnmpCollectionPanel.getSnmpCollections()
Gets the SNMP collections.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpCollectionTable.addSnmpCollection(SnmpCollection snmpCollection)
Adds the SNMP collection.
|
abstract void |
SnmpCollectionForm.deleteSnmpCollection(SnmpCollection snmpCollection)
Delete SNMP collection.
|
abstract void |
SnmpCollectionForm.saveSnmpCollection(SnmpCollection snmpCollection)
Save SNMP collection.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SnmpCollectionTable.updateExternalSource(com.vaadin.data.util.BeanItem<SnmpCollection> item)
Update external source.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCollectionConfigParser.parseCollection(SnmpCollection collection)
Update/Validate SNMP collection.
|
Modifier and Type | Method and Description |
---|---|
SnmpCollection[] |
DatacollectionConfig.getSnmpCollection()
Method getSnmpCollection.Returns the contents of the
collection in an Array.
|
SnmpCollection |
DatacollectionConfig.getSnmpCollection(int index)
Method getSnmpCollection.
|
SnmpCollection |
DatacollectionConfig.removeSnmpCollectionAt(int index)
Method removeSnmpCollectionAt.
|
static SnmpCollection |
SnmpCollection.unmarshal(Reader reader)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<SnmpCollection> |
DatacollectionConfig.enumerateSnmpCollection()
Method enumerateSnmpCollection.
|
List<SnmpCollection> |
DatacollectionConfig.getSnmpCollectionCollection()
Method getSnmpCollectionCollection.Returns a reference to
'_snmpCollectionList'.
|
Iterator<SnmpCollection> |
DatacollectionConfig.iterateSnmpCollection()
Method iterateSnmpCollection.
|
Modifier and Type | Method and Description |
---|---|
void |
DatacollectionConfig.addSnmpCollection(int index,
SnmpCollection snmpCollection) |
void |
DatacollectionConfig.addSnmpCollection(SnmpCollection snmpCollection) |
boolean |
DatacollectionConfig.removeSnmpCollection(SnmpCollection snmpCollection)
Method removeSnmpCollection.
|
void |
DatacollectionConfig.setSnmpCollection(int index,
SnmpCollection snmpCollection) |
void |
DatacollectionConfig.setSnmpCollection(SnmpCollection[] snmpCollections) |
Modifier and Type | Method and Description |
---|---|
void |
DatacollectionConfig.setSnmpCollection(List<SnmpCollection> snmpCollections)
Sets the value of '_snmpCollectionList' by copying the given
Vector.
|
void |
DatacollectionConfig.setSnmpCollectionCollection(List<SnmpCollection> snmpCollections)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCollectionVisitor.completeSnmpCollection(SnmpCollection snmpCollection)
completeSnmpCollection
|
void |
DataCollectionVisitor.visitSnmpCollection(SnmpCollection snmpCollection)
visitSnmpCollection
|
Copyright © 2015. All Rights Reserved.