@Transactional(readOnly=true) public class EnLinkdElementFactory extends Object implements org.springframework.beans.factory.InitializingBean, EnLinkdElementFactoryInterface
Constructor and Description |
---|
EnLinkdElementFactory() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
CdpLinkNode |
convertFromModel(int nodeid,
CdpLink link) |
OspfLinkNode |
convertFromModel(int nodeid,
OspfLink link) |
CdpLinkNode |
create(int nodeid,
CdpLink link) |
OspfLinkNode |
create(int nodeid,
OspfLink link) |
List<BridgeElementNode> |
getBridgeElements(int nodeId) |
Collection<BridgeLinkNode> |
getBridgeLinks(int nodeId) |
CdpElementNode |
getCdpElement(int nodeId) |
List<CdpLinkNode> |
getCdpLinks(int nodeId) |
static EnLinkdElementFactoryInterface |
getInstance(org.springframework.context.ApplicationContext appContext) |
static EnLinkdElementFactoryInterface |
getInstance(javax.servlet.ServletContext servletContext) |
IsisElementNode |
getIsisElement(int nodeId) |
List<IsisLinkNode> |
getIsisLinks(int nodeId) |
LldpElementNode |
getLldpElement(int nodeId) |
List<LldpLinkNode> |
getLldpLinks(int nodeId) |
OspfElementNode |
getOspfElement(int nodeId) |
List<OspfLinkNode> |
getOspfLinks(int nodeId) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public static EnLinkdElementFactoryInterface getInstance(javax.servlet.ServletContext servletContext)
public static EnLinkdElementFactoryInterface getInstance(org.springframework.context.ApplicationContext appContext)
public OspfElementNode getOspfElement(int nodeId)
getOspfElement
in interface EnLinkdElementFactoryInterface
public List<OspfLinkNode> getOspfLinks(int nodeId)
getOspfLinks
in interface EnLinkdElementFactoryInterface
public OspfLinkNode create(int nodeid, OspfLink link)
@Transactional public OspfLinkNode convertFromModel(int nodeid, OspfLink link)
public CdpElementNode getCdpElement(int nodeId)
getCdpElement
in interface EnLinkdElementFactoryInterface
public List<CdpLinkNode> getCdpLinks(int nodeId)
getCdpLinks
in interface EnLinkdElementFactoryInterface
public CdpLinkNode create(int nodeid, CdpLink link)
@Transactional public CdpLinkNode convertFromModel(int nodeid, CdpLink link)
public LldpElementNode getLldpElement(int nodeId)
getLldpElement
in interface EnLinkdElementFactoryInterface
public List<LldpLinkNode> getLldpLinks(int nodeId)
getLldpLinks
in interface EnLinkdElementFactoryInterface
public IsisElementNode getIsisElement(int nodeId)
getIsisElement
in interface EnLinkdElementFactoryInterface
public List<IsisLinkNode> getIsisLinks(int nodeId)
getIsisLinks
in interface EnLinkdElementFactoryInterface
public List<BridgeElementNode> getBridgeElements(int nodeId)
getBridgeElements
in interface EnLinkdElementFactoryInterface
public Collection<BridgeLinkNode> getBridgeLinks(int nodeId)
getBridgeLinks
in interface EnLinkdElementFactoryInterface
Copyright © 2021. All rights reserved.