public class OspfTopologyServiceImpl extends TopologyServiceImpl implements OspfTopologyService
Constructor and Description |
---|
OspfTopologyServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nodeid) |
List<OspfElement> |
findAllOspfElements() |
OspfElementDao |
getOspfElementDao() |
OspfLinkDao |
getOspfLinkDao() |
List<TopologyConnection<OspfLinkTopologyEntity,OspfLinkTopologyEntity>> |
match() |
void |
reconcile(int nodeId,
Date now) |
void |
setOspfElementDao(OspfElementDao ospfElementDao) |
void |
setOspfLinkDao(OspfLinkDao ospfLinkDao) |
void |
store(int nodeId,
OspfElement element) |
void |
store(int nodeId,
OspfLink 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 OspfTopologyService
public void reconcile(int nodeId, Date now)
reconcile
in interface OspfTopologyService
@Transactional public void store(int nodeId, OspfElement element)
store
in interface OspfTopologyService
public void store(int nodeId, OspfLink link)
store
in interface OspfTopologyService
public OspfLinkDao getOspfLinkDao()
public void setOspfLinkDao(OspfLinkDao ospfLinkDao)
public OspfElementDao getOspfElementDao()
public void setOspfElementDao(OspfElementDao ospfElementDao)
public List<OspfElement> findAllOspfElements()
findAllOspfElements
in interface OspfTopologyService
public List<TopologyConnection<OspfLinkTopologyEntity,OspfLinkTopologyEntity>> match()
match
in interface OspfTopologyService
Copyright © 2021. All rights reserved.