| Constructor and Description |
|---|
EndPointImpl()
Constructor for EndPointImpl.
|
EndPointImpl(InetAddress address,
SnmpAgentConfig agentConfig)
Constructor for EndPointImpl.
|
| Modifier and Type | Method and Description |
|---|---|
SnmpValue |
get(String oid)
get
|
InetAddress |
getAddress()
getAddress
|
String |
getSysOid()
getSysOid
|
boolean |
ping()
ping
|
void |
setAddress(InetAddress address)
setAddress
|
void |
setSysOid(String sysOid)
setSysOid
|
public EndPointImpl()
Constructor for EndPointImpl.
public EndPointImpl(InetAddress address, SnmpAgentConfig agentConfig)
Constructor for EndPointImpl.
address - a InetAddress object.agentConfig - a SnmpAgentConfig object.public InetAddress getAddress()
getAddress
getAddress in interface EndPointInetAddress object.public void setAddress(InetAddress address)
setAddress
address - a InetAddress object.public String getSysOid()
getSysOid
Copyright © 2015. All rights reserved.