|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.adapters.link.EndPointImpl
public class EndPointImpl
| Constructor Summary | |
|---|---|
EndPointImpl()
Constructor for EndPointImpl. |
|
EndPointImpl(InetAddress address,
SnmpAgentConfig agentConfig)
Constructor for EndPointImpl. |
|
| Method Summary | |
|---|---|
SnmpValue |
get(String oid)
get |
InetAddress |
getAddress()
getAddress |
String |
getSysOid()
getSysOid |
boolean |
ping()
ping |
void |
setAddress(InetAddress address)
setAddress |
void |
setSysOid(String sysOid)
setSysOid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndPointImpl()
Constructor for EndPointImpl.
public EndPointImpl(InetAddress address,
SnmpAgentConfig agentConfig)
Constructor for EndPointImpl.
address - a InetAddress object.agentConfig - a SnmpAgentConfig object.| Method Detail |
|---|
public SnmpValue get(String oid)
get
get in interface EndPointoid - a String object.
SnmpValue object.public InetAddress getAddress()
getAddress
getAddress in interface EndPointInetAddress object.public void setAddress(InetAddress address)
setAddress
address - a InetAddress object.public String getSysOid()
getSysOid
getSysOid in interface EndPointString object.public void setSysOid(String sysOid)
setSysOid
sysOid - a String object.public boolean ping()
ping
ping in interface EndPoint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||