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, updatesAvailableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasUpdates, parseUpdates, refresh, updatesAvailablepublic void delete(int nodeid)
delete in interface LldpTopologyServicepublic void reconcile(int nodeId,
                      Date now)
reconcile in interface LldpTopologyServicepublic 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 LldpTopologyServicepublic LldpLinkDao getLldpLinkDao()
public void setLldpLinkDao(LldpLinkDao lldpLinkDao)
public LldpElementDao getLldpElementDao()
public void setLldpElementDao(LldpElementDao lldpElementDao)
public List<LldpElementTopologyEntity> findAllLldpElements()
findAllLldpElements in interface LldpTopologyServicepublic List<TopologyConnection<LldpLinkTopologyEntity,LldpLinkTopologyEntity>> match()
match in interface LldpTopologyServiceCopyright © 2020. All rights reserved.