@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.InitializingBeanExceptionpublic static EnLinkdElementFactoryInterface getInstance(javax.servlet.ServletContext servletContext)
public static EnLinkdElementFactoryInterface getInstance(org.springframework.context.ApplicationContext appContext)
public OspfElementNode getOspfElement(int nodeId)
getOspfElement in interface EnLinkdElementFactoryInterfacepublic List<OspfLinkNode> getOspfLinks(int nodeId)
getOspfLinks in interface EnLinkdElementFactoryInterfacepublic OspfLinkNode create(int nodeid, OspfLink link)
@Transactional public OspfLinkNode convertFromModel(int nodeid, OspfLink link)
public CdpElementNode getCdpElement(int nodeId)
getCdpElement in interface EnLinkdElementFactoryInterfacepublic List<CdpLinkNode> getCdpLinks(int nodeId)
getCdpLinks in interface EnLinkdElementFactoryInterfacepublic CdpLinkNode create(int nodeid, CdpLink link)
@Transactional public CdpLinkNode convertFromModel(int nodeid, CdpLink link)
public LldpElementNode getLldpElement(int nodeId)
getLldpElement in interface EnLinkdElementFactoryInterfacepublic List<LldpLinkNode> getLldpLinks(int nodeId)
getLldpLinks in interface EnLinkdElementFactoryInterfacepublic IsisElementNode getIsisElement(int nodeId)
getIsisElement in interface EnLinkdElementFactoryInterfacepublic List<IsisLinkNode> getIsisLinks(int nodeId)
getIsisLinks in interface EnLinkdElementFactoryInterfacepublic List<BridgeElementNode> getBridgeElements(int nodeId)
getBridgeElements in interface EnLinkdElementFactoryInterfacepublic Collection<BridgeLinkNode> getBridgeLinks(int nodeId)
getBridgeLinks in interface EnLinkdElementFactoryInterfaceCopyright © 2021. All rights reserved.