public class LldpTopologyServiceImpl extends TopologyServiceImpl implements LldpTopologyService
Constructor and Description |
---|
LldpTopologyServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nodeid) |
List<LldpElementTopologyEntity> |
findAllLldpElements() |
LldpElementDao |
getLldpElementDao() |
LldpLinkDao |
getLldpLinkDao() |
List<TopologyConnection<LldpLinkTopologyEntity,LldpLinkTopologyEntity>> |
match() |
void |
reconcile(int nodeId,
Date now) |
protected void |
saveLldpLink(int nodeId,
LldpLink saveMe) |
void |
setLldpElementDao(LldpElementDao lldpElementDao) |
void |
setLldpLinkDao(LldpLinkDao lldpLinkDao) |
void |
store(int nodeId,
LldpElement element) |
void |
store(int nodeId,
LldpLink link) |
getTopologyEntityCache, hasUpdates, parseUpdates, refresh, setTopologyEntityCache, updatesAvailable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasUpdates, parseUpdates, refresh, updatesAvailable
public void delete(int nodeid)
delete
in interface LldpTopologyService
public void reconcile(int nodeId, Date now)
reconcile
in interface LldpTopologyService
public void store(int nodeId, LldpLink link)
store
in interface LldpTopologyService
@Transactional protected void saveLldpLink(int nodeId, LldpLink saveMe)
@Transactional public void store(int nodeId, LldpElement element)
store
in interface LldpTopologyService
public LldpLinkDao getLldpLinkDao()
public void setLldpLinkDao(LldpLinkDao lldpLinkDao)
public LldpElementDao getLldpElementDao()
public void setLldpElementDao(LldpElementDao lldpElementDao)
public List<LldpElementTopologyEntity> findAllLldpElements()
findAllLldpElements
in interface LldpTopologyService
public List<TopologyConnection<LldpLinkTopologyEntity,LldpLinkTopologyEntity>> match()
match
in interface LldpTopologyService
Copyright © 2021. All rights reserved.