Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.linkd | |
org.opennms.netmgt.linkd.snmp | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
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 | Method and Description |
---|---|
OnmsVlan |
MockVlanDao.findByNodeAndVlan(Integer nodeId,
Integer vlanId) |
Modifier and Type | Method and Description |
---|---|
protected void |
MockVlanDao.generateId(OnmsVlan entity) |
protected Integer |
MockVlanDao.getId(OnmsVlan entity) |
Modifier and Type | Field and Description |
---|---|
Map<OnmsVlan,SnmpVlanCollection> |
SnmpCollection.m_snmpVlanCollection
The list of VLAN SNMP collection object
|
Modifier and Type | Method and Description |
---|---|
protected OnmsStpNode |
AbstractQueryManager.getOnmsStpNode(OnmsNode onmsNode,
LinkableNode node,
Date scanTime,
OnmsVlan vlan,
SnmpVlanCollection snmpVlanColl) |
protected Map<Integer,OnmsStpInterface> |
AbstractQueryManager.processDot1DBasePortTable(OnmsNode onmsNode,
LinkableNode node,
Date scanTime,
OnmsVlan vlan,
SnmpVlanCollection snmpVlanColl,
Map<Integer,OnmsStpInterface> stpinterfaces) |
protected void |
AbstractQueryManager.processDot1DTpFdbTable(LinkableNode node,
OnmsVlan vlan,
SnmpVlanCollection snmpVlanColl,
Date scanTime) |
protected Map<Integer,OnmsStpInterface> |
AbstractQueryManager.processDot1StpPortTable(LinkableNode node,
Date scanTime,
OnmsVlan vlan,
SnmpVlanCollection snmpVlanColl,
Map<Integer,OnmsStpInterface> stpinterfaces) |
protected void |
AbstractQueryManager.processQBridgeDot1dTpFdbTable(LinkableNode node,
OnmsVlan vlan,
SnmpVlanCollection snmpVlanColl) |
protected void |
HibernateEventWriter.saveVlan(OnmsVlan saveMe) |
protected abstract void |
AbstractQueryManager.saveVlan(OnmsVlan vlan) |
protected void |
AbstractQueryManager.storeSnmpVlanCollection(OnmsNode onmsNode,
LinkableNode node,
OnmsVlan vlan,
SnmpVlanCollection snmpVlanColl,
Date scanTime) |
Modifier and Type | Method and Description |
---|---|
OnmsVlan |
Vlan.getOnmsVlan() |
Modifier and Type | Method and Description |
---|---|
List<OnmsVlan> |
VlanTableBasic.getVlansForSnmpCollection() |
List<OnmsVlan> |
VlanTable.getVlansForSnmpCollection() |
List<OnmsVlan> |
IntelVlanTable.getVlansForSnmpCollection() |
List<OnmsVlan> |
CiscoVlanTable.getVlansForSnmpCollection() |
Modifier and Type | Method and Description |
---|---|
int |
OnmsVlan.compareTo(OnmsVlan o) |
Copyright © 2015. All rights reserved.