Uses of Class
org.opennms.netmgt.enlinkd.model.LldpLink
-
Packages that use LldpLink Package Description org.opennms.netmgt.enlinkd.model This file is part of OpenNMS(R).org.opennms.netmgt.enlinkd.persistence.api org.opennms.netmgt.enlinkd.persistence.impl org.opennms.netmgt.enlinkd.service.api org.opennms.netmgt.enlinkd.service.impl org.opennms.netmgt.enlinkd.snmp -
-
Uses of LldpLink in org.opennms.netmgt.enlinkd.model
Methods in org.opennms.netmgt.enlinkd.model with parameters of type LldpLink Modifier and Type Method Description static LldpLinkTopologyEntity
LldpLinkTopologyEntity. create(LldpLink link)
void
LldpLink. merge(LldpLink link)
-
Uses of LldpLink in org.opennms.netmgt.enlinkd.persistence.api
Methods in org.opennms.netmgt.enlinkd.persistence.api that return LldpLink Modifier and Type Method Description LldpLink
LldpLinkDao. get(java.lang.Integer nodeId, java.lang.Integer lldpLocalPortNum)
LldpLink
LldpLinkDao. get(OnmsNode node, java.lang.Integer lldpLocalPortNum)
Methods in org.opennms.netmgt.enlinkd.persistence.api that return types with arguments of type LldpLink Modifier and Type Method Description java.util.List<LldpLink>
LldpLinkDao. findByNodeId(java.lang.Integer nodeId)
java.util.List<LldpLink>
LldpLinkDao. findLinksForIds(java.util.List<java.lang.Integer> ids)
-
Uses of LldpLink in org.opennms.netmgt.enlinkd.persistence.impl
Methods in org.opennms.netmgt.enlinkd.persistence.impl that return LldpLink Modifier and Type Method Description LldpLink
LldpLinkDaoHibernate. get(java.lang.Integer nodeId, java.lang.Integer lldpLocalPortNum)
LldpLink
LldpLinkDaoHibernate. get(OnmsNode node, java.lang.Integer lldpLocalPortNum)
Methods in org.opennms.netmgt.enlinkd.persistence.impl that return types with arguments of type LldpLink Modifier and Type Method Description java.util.List<LldpLink>
LldpLinkDaoHibernate. findByNodeId(java.lang.Integer nodeId)
java.util.List<LldpLink>
LldpLinkDaoHibernate. findLinksForIds(java.util.List<java.lang.Integer> linkIds)
-
Uses of LldpLink in org.opennms.netmgt.enlinkd.service.api
Methods in org.opennms.netmgt.enlinkd.service.api with parameters of type LldpLink Modifier and Type Method Description void
LldpTopologyService. store(int nodeId, LldpLink link)
-
Uses of LldpLink in org.opennms.netmgt.enlinkd.service.impl
Methods in org.opennms.netmgt.enlinkd.service.impl with parameters of type LldpLink Modifier and Type Method Description protected void
LldpTopologyServiceImpl. saveLldpLink(int nodeId, LldpLink saveMe)
void
LldpTopologyServiceImpl. store(int nodeId, LldpLink link)
-
Uses of LldpLink in org.opennms.netmgt.enlinkd.snmp
Methods in org.opennms.netmgt.enlinkd.snmp that return LldpLink Modifier and Type Method Description LldpLink
LldpLocPortGetter. getLldpLink(LldpLink lldplink)
LldpLink
LldpRemTableTracker.LldpRemRow. getLldpLink()
Methods in org.opennms.netmgt.enlinkd.snmp with parameters of type LldpLink Modifier and Type Method Description LldpLink
LldpLocPortGetter. getLldpLink(LldpLink lldplink)
-