org.opennms.netmgt.collectd
Interface CollectionAgent

All Superinterfaces:
NetworkInterface
All Known Implementing Classes:
DefaultCollectionAgent

public interface CollectionAgent
extends NetworkInterface

Author:
Mathew Brozowski

Field Summary
 
Fields inherited from interface org.opennms.netmgt.poller.NetworkInterface
TYPE_IPV4, TYPE_UNKNOWN
 
Method Summary
 SnmpAgentConfig getAgentConfig()
           
 String getHostAddress()
           
 InetAddress getInetAddress()
           
 int getNodeId()
           
 int getSavedIfCount()
           
 long getSavedSysUpTime()
           
 Set<org.opennms.netmgt.collectd.IfInfo> getSnmpInterfaceInfo(IfResourceType type)
           
 String getSysObjectId()
           
 void setSavedIfCount(int ifCount)
           
 void setSavedSysUpTime(long sysUpTime)
           
 String toString()
           
 void validateAgent()
           
 
Methods inherited from interface org.opennms.netmgt.poller.NetworkInterface
getAddress, getAttribute, getType, setAttribute
 

Method Detail

getHostAddress

String getHostAddress()

setSavedIfCount

void setSavedIfCount(int ifCount)

getSavedIfCount

int getSavedIfCount()

getNodeId

int getNodeId()

getSysObjectId

String getSysObjectId()

validateAgent

void validateAgent()

toString

String toString()
Overrides:
toString in class Object

getAgentConfig

SnmpAgentConfig getAgentConfig()

getSnmpInterfaceInfo

Set<org.opennms.netmgt.collectd.IfInfo> getSnmpInterfaceInfo(IfResourceType type)

getInetAddress

InetAddress getInetAddress()

getSavedSysUpTime

long getSavedSysUpTime()

setSavedSysUpTime

void setSavedSysUpTime(long sysUpTime)


Copyright © 2009. All Rights Reserved.