org.opennms.netmgt.collectd
Interface CollectionAgentService

All Known Implementing Classes:
DefaultCollectionAgentService

public interface CollectionAgentService

Author:
Mathew Brozowski

Method Summary
 SnmpAgentConfig getAgentConfig()
           
 OnmsIpInterface.CollectionType getCollectionType()
           
 String getHostAddress()
           
 int getIfIndex()
           
 InetAddress getInetAddress()
           
 int getNodeId()
           
 Set<SnmpIfData> getSnmpInterfaceData()
           
 String getSysObjectId()
           
 

Method Detail

getHostAddress

String getHostAddress()

getNodeId

int getNodeId()

getIfIndex

int getIfIndex()

getSysObjectId

String getSysObjectId()

getCollectionType

OnmsIpInterface.CollectionType getCollectionType()

getAgentConfig

SnmpAgentConfig getAgentConfig()

getSnmpInterfaceData

Set<SnmpIfData> getSnmpInterfaceData()

getInetAddress

InetAddress getInetAddress()


Copyright © 2009. All Rights Reserved.