Class LldpTopologyServiceImpl
- java.lang.Object
 - 
- org.opennms.netmgt.enlinkd.service.impl.TopologyServiceImpl
 - 
- org.opennms.netmgt.enlinkd.service.impl.LldpTopologyServiceImpl
 
 
 
- 
- All Implemented Interfaces:
 LldpTopologyService,TopologyService
public class LldpTopologyServiceImpl extends TopologyServiceImpl implements LldpTopologyService
 
- 
- 
Constructor Summary
Constructors Constructor Description LldpTopologyServiceImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(int nodeid)List<LldpElementTopologyEntity>findAllLldpElements()LldpElementDaogetLldpElementDao()LldpLinkDaogetLldpLinkDao()List<TopologyConnection<LldpLinkTopologyEntity,LldpLinkTopologyEntity>>match()voidreconcile(int nodeId, Date now)protected voidsaveLldpLink(int nodeId, LldpLink saveMe)voidsetLldpElementDao(LldpElementDao lldpElementDao)voidsetLldpLinkDao(LldpLinkDao lldpLinkDao)voidstore(int nodeId, LldpElement element)voidstore(int nodeId, LldpLink link)- 
Methods inherited from class org.opennms.netmgt.enlinkd.service.impl.TopologyServiceImpl
getTopologyEntityCache, hasUpdates, parseUpdates, refresh, setTopologyEntityCache, updatesAvailable 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.opennms.netmgt.enlinkd.service.api.TopologyService
hasUpdates, parseUpdates, refresh, updatesAvailable 
 - 
 
 - 
 
- 
- 
Method Detail
- 
delete
public void delete(int nodeid)
- Specified by:
 deletein interfaceLldpTopologyService
 
- 
reconcile
public void reconcile(int nodeId, Date now)- Specified by:
 reconcilein interfaceLldpTopologyService
 
- 
store
public void store(int nodeId, LldpLink link)- Specified by:
 storein interfaceLldpTopologyService
 
- 
saveLldpLink
@Transactional protected void saveLldpLink(int nodeId, LldpLink saveMe) 
- 
store
@Transactional public void store(int nodeId, LldpElement element)- Specified by:
 storein interfaceLldpTopologyService
 
- 
getLldpLinkDao
public LldpLinkDao getLldpLinkDao()
 
- 
setLldpLinkDao
public void setLldpLinkDao(LldpLinkDao lldpLinkDao)
 
- 
getLldpElementDao
public LldpElementDao getLldpElementDao()
 
- 
setLldpElementDao
public void setLldpElementDao(LldpElementDao lldpElementDao)
 
- 
findAllLldpElements
public List<LldpElementTopologyEntity> findAllLldpElements()
- Specified by:
 findAllLldpElementsin interfaceLldpTopologyService
 
- 
match
public List<TopologyConnection<LldpLinkTopologyEntity,LldpLinkTopologyEntity>> match()
- Specified by:
 matchin interfaceLldpTopologyService
 
 - 
 
 -