Package org.opennms.netmgt.collectd
Interface SnmpCollectionAgent
-
- All Superinterfaces:
CollectionAgent
,StorageStrategyService
- All Known Implementing Classes:
DefaultSnmpCollectionAgent
public interface SnmpCollectionAgent extends CollectionAgent, StorageStrategyService
CollectionAgent interface.
- Version:
- $Id: $
- Author:
- Mathew Brozowski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSavedIfCount()
getSavedIfCountSet<IfInfo>
getSnmpInterfaceInfo(IfResourceType type)
getSnmpInterfaceInfoString
getSysObjectId()
getSysObjectIdvoid
setSavedIfCount(int ifCount)
setSavedIfCountvoid
validateAgent()
validateAgent-
Methods inherited from interface org.opennms.netmgt.collection.api.CollectionAgent
getAddress, getAttribute, getAttributeNames, getForeignId, getForeignSource, getHostAddress, getLocationName, getNodeId, getNodeLabel, getSavedSysUpTime, getStorageResourcePath, isStoreByForeignSource, setAttribute, setSavedSysUpTime
-
Methods inherited from interface org.opennms.netmgt.collection.api.StorageStrategyService
getAgentConfig, getSnmpInterfaceLabel
-
-
-
-
Method Detail
-
setSavedIfCount
void setSavedIfCount(int ifCount)
setSavedIfCount
- Parameters:
ifCount
- a int.
-
getSavedIfCount
int getSavedIfCount()
getSavedIfCount
- Returns:
- a int.
-
validateAgent
void validateAgent() throws CollectionInitializationException
validateAgent
-
getSnmpInterfaceInfo
Set<IfInfo> getSnmpInterfaceInfo(IfResourceType type)
getSnmpInterfaceInfo
- Parameters:
type
- aIfResourceType
object.- Returns:
- a
Set
object.
-
-