public class DefaultCollectionAgentService extends Object implements CollectionAgentService
Modifier and Type | Method and Description |
---|---|
static CollectionAgentService |
create(Integer ifaceId,
IpInterfaceDao ifaceDao,
org.springframework.transaction.PlatformTransactionManager transMgr)
create
|
SnmpAgentConfig |
getAgentConfig()
getAgentConfig
|
String |
getForeignId()
getForeignId
|
String |
getForeignSource()
getForeignSource
|
String |
getHostAddress()
getHostAddress
|
int |
getIfIndex()
getIfIndex
|
InetAddress |
getInetAddress()
getInetAddress
|
PrimaryType |
getIsSnmpPrimary()
getIsSnmpPrimary
|
int |
getNodeId()
getNodeId
|
String |
getNodeLabel()
getNodeLabel
|
Set<SnmpIfData> |
getSnmpInterfaceData()
getSnmpInterfaceData
|
File |
getStorageDir()
getStorageDir
|
String |
getSysObjectId()
getSysObjectId
|
Boolean |
isStoreByForeignSource()
isStoreByForeignSource
|
String |
toString()
toString
|
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 CollectionAgentService
String
object.public Boolean isStoreByForeignSource()
isStoreByForeignSource
isStoreByForeignSource
in interface CollectionAgentService
Boolean
object.public int getNodeId()
getNodeId
getNodeId
in interface CollectionAgentService
public String getNodeLabel()
getNodeLabel
getNodeLabel
in interface CollectionAgentService
String
object.public String getForeignSource()
getForeignSource
getForeignSource
in interface CollectionAgentService
String
object.public String getForeignId()
getForeignId
getForeignId
in interface CollectionAgentService
String
object.public File getStorageDir()
getStorageDir
getStorageDir
in interface CollectionAgentService
File
object.public int getIfIndex()
getIfIndex
getIfIndex
in interface CollectionAgentService
public String getSysObjectId()
getSysObjectId
getSysObjectId
in interface CollectionAgentService
String
object.public PrimaryType getIsSnmpPrimary()
getIsSnmpPrimary
getIsSnmpPrimary
in interface CollectionAgentService
PrimaryType
object.public String toString()
toString
public SnmpAgentConfig getAgentConfig()
getAgentConfig
getAgentConfig
in interface CollectionAgentService
SnmpAgentConfig
object.public Set<SnmpIfData> getSnmpInterfaceData()
getSnmpInterfaceData
getSnmpInterfaceData
in interface CollectionAgentService
Set
object.public InetAddress getInetAddress()
getInetAddress
getInetAddress
in interface CollectionAgentService
InetAddress
object.Copyright © 2017. All rights reserved.