Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.linkd |
TODO: add package overview sentence here.
|
Modifier and Type | Method and Description |
---|---|
OnmsVlan |
VlanDao.findByNodeAndVlan(Integer nodeId,
Integer vlanId) |
Modifier and Type | Method and Description |
---|---|
OnmsVlan |
VlanDaoHibernate.findByNodeAndVlan(Integer nodeId,
Integer vlanId) |
Modifier and Type | Field and Description |
---|---|
Map<OnmsVlan,org.opennms.netmgt.linkd.SnmpVlanCollection> |
SnmpCollection.m_snmpVlanCollection
The list of VLAN SNMP collection object
|
Modifier and Type | Method and Description |
---|---|
List<OnmsVlan> |
LinkableNode.getVlans()
Getter for the field
vlans . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryManager.processDot1DBase(LinkableNode node,
SnmpCollection snmpcoll,
DBUtils d,
Connection dbConn,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl) |
protected void |
AbstractQueryManager.processDot1DBasePortTable(LinkableNode node,
SnmpCollection snmpcoll,
Connection dbConn,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl) |
protected void |
AbstractQueryManager.processDot1DTpFdbTable(LinkableNode node,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl,
Timestamp scanTime) |
protected void |
AbstractQueryManager.processDot1StpPortTable(LinkableNode node,
SnmpCollection snmpcoll,
Connection dbConn,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl) |
protected void |
AbstractQueryManager.processQBridgeDot1dTpFdbTable(LinkableNode node,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl) |
protected void |
AbstractQueryManager.processStpNode(LinkableNode node,
SnmpCollection snmpcoll,
Connection dbConn,
Timestamp scanTime,
OnmsVlan vlan,
org.opennms.netmgt.linkd.SnmpVlanCollection snmpVlanColl) |
protected void |
HibernateEventWriter.saveVlan(Connection dbConn,
OnmsVlan saveMe) |
protected void |
DbEventWriter.saveVlan(Connection dbConn,
OnmsVlan vlan) |
protected abstract void |
AbstractQueryManager.saveVlan(Connection dbConn,
OnmsVlan vlan) |
Modifier and Type | Method and Description |
---|---|
void |
LinkableNode.setVlans(List<OnmsVlan> vlans)
Setter for the field
vlans . |
Copyright © 2015. All Rights Reserved.