Package org.opennms.netmgt.collectd
Class SnmpPropertyExtenderProcessor
- java.lang.Object
-
- org.opennms.netmgt.collectd.SnmpPropertyExtenderProcessor
-
public class SnmpPropertyExtenderProcessor extends Object
The Class SnmpPropertyExtenderProcessor.- Author:
- Alejandro Galue
-
-
Constructor Summary
Constructors Constructor Description SnmpPropertyExtenderProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(SnmpCollectionSet collectionSet, String collectionName, String sysObjectId, String ipAddress)
Process.void
setDataCollectionConfigDao(DataCollectionConfigDao config)
Sets the data collection configuration DAO.
-
-
-
Method Detail
-
setDataCollectionConfigDao
public void setDataCollectionConfigDao(DataCollectionConfigDao config)
Sets the data collection configuration DAO.- Parameters:
config
- the new data collection configuration DAO
-
process
public void process(SnmpCollectionSet collectionSet, String collectionName, String sysObjectId, String ipAddress)
Process.- Parameters:
collectionSet
- the collection setcollectionName
- the collection name
-
-