|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.DefaultCollectionAgentService
public class DefaultCollectionAgentService
Represents a remote SNMP agent on a specific IPv4 interface.
| Method Summary | |
|---|---|
static CollectionAgentService |
create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr)
create |
SnmpAgentConfig |
getAgentConfig()
getAgentConfig |
String |
getHostAddress()
getHostAddress |
int |
getIfIndex()
getIfIndex |
InetAddress |
getInetAddress()
getInetAddress |
OnmsIpInterface.PrimaryType |
getIsSnmpPrimary()
getIsSnmpPrimary |
int |
getNodeId()
getNodeId |
Set<SnmpIfData> |
getSnmpInterfaceData()
getSnmpInterfaceData |
String |
getSysObjectId()
getSysObjectId |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static CollectionAgentService create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr)
create
ifaceId - a Integer object.ifaceDao - a IpInterfaceDao object.transMgr - a PlatformTransactionManager object.
CollectionAgentService object.public String getHostAddress()
getHostAddress
getHostAddress in interface CollectionAgentServiceString object.public int getNodeId()
getNodeId
getNodeId in interface CollectionAgentServicepublic int getIfIndex()
getIfIndex
getIfIndex in interface CollectionAgentServicepublic String getSysObjectId()
getSysObjectId
getSysObjectId in interface CollectionAgentServiceString object.public OnmsIpInterface.PrimaryType getIsSnmpPrimary()
getIsSnmpPrimary
getIsSnmpPrimary in interface CollectionAgentServiceOnmsIpInterface.PrimaryType object.public String toString()
toString
toString in class ObjectString object.public SnmpAgentConfig getAgentConfig()
getAgentConfig
getAgentConfig in interface CollectionAgentServiceSnmpAgentConfig object.public Set<SnmpIfData> getSnmpInterfaceData()
getSnmpInterfaceData
getSnmpInterfaceData in interface CollectionAgentServiceSet object.public InetAddress getInetAddress()
getInetAddress
getInetAddress in interface CollectionAgentServiceInetAddress object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||