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, updatesAvailable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasUpdates, parseUpdates, refresh, updatesAvailable
public void delete(int nodeid)
delete
in interface IsisTopologyService
public void reconcile(int nodeId, Date now)
reconcile
in interface IsisTopologyService
public 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 IsisTopologyService
public IsIsLinkDao getIsisLinkDao()
public void setIsisLinkDao(IsIsLinkDao isisLinkDao)
public IsIsElementDao getIsisElementDao()
public void setIsisElementDao(IsIsElementDao isisElementDao)
public List<IsIsElementTopologyEntity> findAllIsIsElements()
findAllIsIsElements
in interface IsisTopologyService
public List<TopologyConnection<IsIsLinkTopologyEntity,IsIsLinkTopologyEntity>> match()
match
in interface IsisTopologyService
Copyright © 2021. All rights reserved.