Package org.opennms.netmgt.collectd
Interface SnmpCollectionAgentService
-
- All Superinterfaces:
CollectionAgentService
- All Known Implementing Classes:
DefaultSnmpCollectionAgentService
public interface SnmpCollectionAgentService extends CollectionAgentService
- Author:
- Mathew Brozowski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnmpAgentConfig
getAgentConfig()
getAgentConfigint
getIfIndex()
getIfIndexPrimaryType
getIsSnmpPrimary()
getIsSnmpPrimarySet<SnmpIfData>
getSnmpInterfaceData()
getSnmpInterfaceDataString
getSysObjectId()
getSysObjectId-
Methods inherited from interface org.opennms.netmgt.collection.api.CollectionAgentService
getForeignId, getForeignSource, getHostAddress, getInetAddress, getLocationName, getNodeId, getNodeLabel, getStorageResourcePath
-
-
-
-
Method Detail
-
getIfIndex
int getIfIndex()
getIfIndex
- Returns:
- a int.
-
getIsSnmpPrimary
PrimaryType getIsSnmpPrimary()
getIsSnmpPrimary
- Returns:
- a
PrimaryType
object.
-
getAgentConfig
SnmpAgentConfig getAgentConfig()
getAgentConfig
- Returns:
- a
SnmpAgentConfig
object.
-
getSnmpInterfaceData
Set<SnmpIfData> getSnmpInterfaceData()
getSnmpInterfaceData
- Returns:
- a
Set
object.
-
-