public class DefaultSnmpCollectionAgentService extends DefaultCollectionAgentService implements SnmpCollectionAgentService
Modifier | Constructor and Description |
---|---|
protected |
DefaultSnmpCollectionAgentService(Integer ifaceId,
IpInterfaceDao ifaceDao) |
Modifier and Type | Method and Description |
---|---|
static SnmpCollectionAgentService |
create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr)
create
|
SnmpAgentConfig |
getAgentConfig()
getAgentConfig
|
int |
getIfIndex()
getIfIndex
|
PrimaryType |
getIsSnmpPrimary()
getIsSnmpPrimary
|
Set<SnmpIfData> |
getSnmpInterfaceData()
getSnmpInterfaceData
|
String |
getSysObjectId()
getSysObjectId
|
String |
toString()
toString
|
createStorageResourcePath, getForeignId, getForeignSource, getHostAddress, getInetAddress, getIpInterface, getLocationName, getNodeId, getNodeLabel, getStorageResourcePath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getForeignId, getForeignSource, getHostAddress, getInetAddress, getLocationName, getNodeId, getNodeLabel, getStorageResourcePath
protected DefaultSnmpCollectionAgentService(Integer ifaceId, IpInterfaceDao ifaceDao)
public static SnmpCollectionAgentService 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 int getIfIndex()
getIfIndex
getIfIndex
in interface SnmpCollectionAgentService
public String getSysObjectId()
getSysObjectId
getSysObjectId
in interface SnmpCollectionAgentService
String
object.public PrimaryType getIsSnmpPrimary()
getIsSnmpPrimary
getIsSnmpPrimary
in interface SnmpCollectionAgentService
PrimaryType
object.public String toString()
toString
toString
in class DefaultCollectionAgentService
String
object.public SnmpAgentConfig getAgentConfig()
getAgentConfig
getAgentConfig
in interface SnmpCollectionAgentService
SnmpAgentConfig
object.public Set<SnmpIfData> getSnmpInterfaceData()
getSnmpInterfaceData
getSnmpInterfaceData
in interface SnmpCollectionAgentService
Set
object.Copyright © 2021. All rights reserved.