Package org.opennms.netmgt.collectd
Class InterfaceSnmpPropertyExtender
- java.lang.Object
-
- org.opennms.netmgt.collectd.InterfaceSnmpPropertyExtender
-
- All Implemented Interfaces:
SnmpPropertyExtender
public class InterfaceSnmpPropertyExtender extends java.lang.Object implements SnmpPropertyExtender
The Class InterfaceSnmpPropertyExtender.- Author:
- Jeff Gehlbach based on the work of Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description InterfaceSnmpPropertyExtender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnmpAttribute
getTargetAttribute(java.util.List<CollectionAttribute> sourceAttributes, SnmpCollectionResource targetResource, MibObjProperty property)
Gets the target attribute.
-
-
-
Method Detail
-
getTargetAttribute
public SnmpAttribute getTargetAttribute(java.util.List<CollectionAttribute> sourceAttributes, SnmpCollectionResource targetResource, MibObjProperty property)
Description copied from interface:SnmpPropertyExtender
Gets the target attribute.- Specified by:
getTargetAttribute
in interfaceSnmpPropertyExtender
- Parameters:
sourceAttributes
- the source attributestargetResource
- the target resourceproperty
- the MibObj property with the settings of the string attribute to add from the collection set.- Returns:
- the target attribute
-
-