Interface StorageStrategyService
-
- All Known Subinterfaces:
SnmpCollectionAgent
- All Known Implementing Classes:
DefaultSnmpCollectionAgent
public interface StorageStrategyService
StorageStrategyService interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnmpAgentConfig
getAgentConfig()
getAgentConfigString
getSnmpInterfaceLabel(int ifIndex)
This method is used on StorageStrategy implementation when the resource index is associated to a physical interface like frame relay resources.
-
-
-
Method Detail
-
getAgentConfig
SnmpAgentConfig getAgentConfig()
getAgentConfig
- Returns:
- a
SnmpAgentConfig
object.
-
getSnmpInterfaceLabel
String getSnmpInterfaceLabel(int ifIndex)
This method is used on StorageStrategy implementation when the resource index is associated to a physical interface like frame relay resources. OpenNMS always track changes on ifTable so, make SNMP queries on this table is redundant, and implementations of CollectionAgent know ifTable content always. This method give interface information from a specific ifIndex.- Parameters:
ifIndex
- a int.- Returns:
- a
String
object.
-
-