Package org.opennms.netmgt.collectd
Interface SnmpPropertyExtender
-
- All Known Implementing Classes:
CiscoQoSPropertyExtender
,EnumLookupPropertyExtender
,IndexSplitPropertyExtender
,InterfaceSnmpPropertyExtender
,PointerLikeIndexPropertyExtender
,RegExPropertyExtender
public interface SnmpPropertyExtender
The Interface SnmpPropertyExtender.- Author:
- Alejandro Galue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnmpAttribute
getTargetAttribute(java.util.List<CollectionAttribute> sourceAttributes, SnmpCollectionResource targetResource, MibObjProperty property)
Gets the target attribute.
-
-
-
Method Detail
-
getTargetAttribute
SnmpAttribute getTargetAttribute(java.util.List<CollectionAttribute> sourceAttributes, SnmpCollectionResource targetResource, MibObjProperty property)
Gets the target attribute.- 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
-
-