Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.linkd |
Modifier and Type | Method and Description |
---|---|
OnmsStpInterface |
StpInterfaceDao.findByNodeAndVlan(Integer nodeId,
Integer bridgePort,
Integer vlan) |
Modifier and Type | Method and Description |
---|---|
OnmsStpInterface |
StpInterfaceDaoHibernate.findByNodeAndVlan(Integer nodeId,
Integer bridgePort,
Integer vlan) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<OnmsStpInterface>> |
LinkableNode.getStpInterfaces()
getStpInterfaces
|
protected Map<Integer,OnmsStpInterface> |
AbstractQueryManager.processDot1DBasePortTable(OnmsNode onmsNode,
LinkableNode node,
SnmpCollection snmpcoll,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl,
Map<Integer,OnmsStpInterface> stpinterfaces) |
protected Map<Integer,OnmsStpInterface> |
AbstractQueryManager.processDot1StpPortTable(LinkableNode node,
SnmpCollection snmpcoll,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl,
Map<Integer,OnmsStpInterface> stpinterfaces) |
Modifier and Type | Method and Description |
---|---|
void |
LinkableNode.addStpInterface(OnmsStpInterface stpIface)
addStpInterface
|
protected void |
HibernateEventWriter.saveStpInterface(Connection dbConn,
OnmsStpInterface saveMe) |
protected void |
DbEventWriter.saveStpInterface(Connection dbConn,
OnmsStpInterface stpInterface) |
protected abstract void |
AbstractQueryManager.saveStpInterface(Connection dbConn,
OnmsStpInterface stpInterface) |
Modifier and Type | Method and Description |
---|---|
protected Map<Integer,OnmsStpInterface> |
AbstractQueryManager.processDot1DBasePortTable(OnmsNode onmsNode,
LinkableNode node,
SnmpCollection snmpcoll,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl,
Map<Integer,OnmsStpInterface> stpinterfaces) |
protected Map<Integer,OnmsStpInterface> |
AbstractQueryManager.processDot1StpPortTable(LinkableNode node,
SnmpCollection snmpcoll,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl,
Map<Integer,OnmsStpInterface> stpinterfaces) |
protected void |
AbstractQueryManager.processStpInterfaces(LinkableNode node,
SnmpCollection snmpcoll,
Connection dbConn,
Map<Integer,OnmsStpInterface> stpinterfaces) |
void |
LinkableNode.setStpInterfaces(Map<String,List<OnmsStpInterface>> stpInterfaces)
setStpInterfaces
|
Copyright © 2015. All Rights Reserved.