public class IsisTopologyServiceImpl extends TopologyServiceImpl implements IsisTopologyService
| Constructor and Description | 
|---|
IsisTopologyServiceImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
delete(int nodeid)  | 
List<IsIsElementTopologyEntity> | 
findAllIsIsElements()  | 
IsIsElementDao | 
getIsisElementDao()  | 
IsIsLinkDao | 
getIsisLinkDao()  | 
List<TopologyConnection<IsIsLinkTopologyEntity,IsIsLinkTopologyEntity>> | 
match()  | 
void | 
reconcile(int nodeId,
         Date now)  | 
protected void | 
saveIsisLink(int nodeId,
            IsIsLink saveMe)  | 
void | 
setIsisElementDao(IsIsElementDao isisElementDao)  | 
void | 
setIsisLinkDao(IsIsLinkDao isisLinkDao)  | 
void | 
store(int nodeId,
     IsIsElement element)  | 
void | 
store(int nodeId,
     IsIsLink 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 IsisTopologyServicepublic void reconcile(int nodeId,
                      Date now)
reconcile in interface IsisTopologyServicepublic void store(int nodeId,
                  IsIsLink link)
store in interface IsisTopologyService@Transactional
protected void saveIsisLink(int nodeId,
                                           IsIsLink saveMe)
@Transactional
public void store(int nodeId,
                                 IsIsElement element)
store in interface IsisTopologyServicepublic IsIsLinkDao getIsisLinkDao()
public void setIsisLinkDao(IsIsLinkDao isisLinkDao)
public IsIsElementDao getIsisElementDao()
public void setIsisElementDao(IsIsElementDao isisElementDao)
public List<IsIsElementTopologyEntity> findAllIsIsElements()
findAllIsIsElements in interface IsisTopologyServicepublic List<TopologyConnection<IsIsLinkTopologyEntity,IsIsLinkTopologyEntity>> match()
match in interface IsisTopologyServiceCopyright © 2020. All rights reserved.