|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.LinkableNode
public class LinkableNode
LinkableNode class.
| Constructor Summary | |
|---|---|
LinkableNode(int nodeId,
InetAddress snmpPrimaryAddr,
String sysoid)
Constructor for LinkableNode. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LinkableNode(int nodeId,
InetAddress snmpPrimaryAddr,
String sysoid)
Constructor for LinkableNode.
nodeId - a int.snmprimaryaddr - a InetAddress object.sysoid - a String object.| Method Detail |
|---|
public String toString()
toString
toString in class ObjectString object.public int getNodeId()
getNodeId
public InetAddress getSnmpPrimaryIpAddr()
getSnmpPrimaryIpAddr
String object.public List<CdpInterface> getCdpInterfaces()
getCdpInterfaces
public void setCdpInterfaces(List<CdpInterface> cdpinterfaces)
setCdpInterfaces
cdpinterfaces - The m_cdpinterfaces to set.public boolean hasCdpInterfaces()
hasCdpInterfaces
public List<RouterInterface> getRouteInterfaces()
getRouteInterfaces
public void setRouteInterfaces(List<RouterInterface> routeinterfaces)
setRouteInterfaces
routeinterfaces - a List object.public boolean hasAtInterfaces()
hasAtInterfaces
public List<OnmsAtInterface> getAtInterfaces()
getAtInterfaces
public void setAtInterfaces(List<OnmsAtInterface> atinterfaces)
setAtInterfaces
m_atinterfaces - a List object.public boolean hasRouteInterfaces()
hasRouteInterfaces
public boolean isBridgeNode()
isBridgeNode
public List<Integer> getBackBoneBridgePorts()
public void setBackBoneBridgePorts(List<Integer> backBoneBridgePorts)
backBoneBridgePorts - The backBoneBridgePorts to set.public boolean isBackBoneBridgePort(int bridgeport)
bridgeport -
public void addBackBoneBridgePorts(int bridgeport)
bridgeport - public List<String> getBridgeIdentifiers()
public void setBridgeIdentifiers(List<String> bridgeIdentifiers)
bridgeIdentifiers - The bridgeIdentifiers to set.
public void addBridgeIdentifier(String bridge,
String vlan)
public boolean isBridgeIdentifier(String bridge)
public void addBridgeIdentifier(String bridge)
public String getBridgeIdentifier(String vlan)
public void addMacAddress(int bridgeport,
String macAddress,
String vlan)
public boolean hasMacAddress(String macAddress)
public boolean hasMacAddresses()
public String getVlan(String macAddress)
public Set<String> getMacAddressesOnBridgePort(int bridgeport)
public boolean hasMacAddressesOnBridgePort(int bridgeport)
public List<Integer> getBridgePortsFromMac(String macAddress)
public int getIfindex(int bridgeport)
public int getBridgePort(int ifindex)
public Map<Integer,Set<String>> getPortMacs()
public void setPortMacs(Map<Integer,Set<String>> portMacs)
portMacs - The portMacs to set.
public void setVlanStpRoot(String vlan,
String stproot)
public boolean hasStpRoot(String vlan)
public String getStpRoot(String vlan)
public Map<String,List<OnmsStpInterface>> getStpInterfaces()
getStpInterfaces
public void setStpInterfaces(Map<String,List<OnmsStpInterface>> stpInterfaces)
setStpInterfaces
stpInterfaces - The stpInterfaces to set.public void addStpInterface(OnmsStpInterface stpIface)
addStpInterface
stpIface - a OnmsStpInterface object.public String getSysoid()
getSysoid
String object.public List<OnmsVlan> getVlans()
Getter for the field vlans.
List object.public void setVlans(List<OnmsVlan> vlans)
Setter for the field vlans.
vlans - a List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||