public class CdpTopologyServiceImpl extends TopologyServiceImpl implements CdpTopologyService
Constructor and Description |
---|
CdpTopologyServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nodeid) |
List<CdpElementTopologyEntity> |
findAllCdpElements() |
CdpElementDao |
getCdpElementDao() |
CdpLinkDao |
getCdpLinkDao() |
List<TopologyConnection<CdpLinkTopologyEntity,CdpLinkTopologyEntity>> |
match() |
void |
reconcile(int nodeId,
Date now) |
protected void |
saveCdpLink(int nodeId,
CdpLink saveMe) |
void |
setCdpElementDao(CdpElementDao cdpElementDao) |
void |
setCdpLinkDao(CdpLinkDao cdpLinkDao) |
void |
store(int nodeId,
CdpElement element) |
void |
store(int nodeId,
CdpLink 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 CdpTopologyService
public void reconcile(int nodeId, Date now)
reconcile
in interface CdpTopologyService
@Transactional public void store(int nodeId, CdpElement element)
store
in interface CdpTopologyService
public void store(int nodeId, CdpLink link)
store
in interface CdpTopologyService
@Transactional protected void saveCdpLink(int nodeId, CdpLink saveMe)
public List<TopologyConnection<CdpLinkTopologyEntity,CdpLinkTopologyEntity>> match()
match
in interface CdpTopologyService
public List<CdpElementTopologyEntity> findAllCdpElements()
findAllCdpElements
in interface CdpTopologyService
public CdpLinkDao getCdpLinkDao()
public void setCdpLinkDao(CdpLinkDao cdpLinkDao)
public CdpElementDao getCdpElementDao()
public void setCdpElementDao(CdpElementDao cdpElementDao)
Copyright © 2021. All rights reserved.