@Transactional(readOnly=true) public class OspfElementFactory extends Object implements org.springframework.beans.factory.InitializingBean, OspfElementFactoryInterface
Constructor and Description |
---|
OspfElementFactory() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
static OspfElementFactoryInterface |
getInstance(org.springframework.context.ApplicationContext appContext) |
static OspfElementFactoryInterface |
getInstance(javax.servlet.ServletContext servletContext) |
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 OspfElementFactoryInterface getInstance(javax.servlet.ServletContext servletContext)
public static OspfElementFactoryInterface getInstance(org.springframework.context.ApplicationContext appContext)
public OspfElementNode getOspfElement(int nodeId)
getOspfElement
in interface OspfElementFactoryInterface
public List<OspfLinkNode> getOspfLinks(int nodeId)
getOspfLinks
in interface OspfElementFactoryInterface
Copyright © 2017. All rights reserved.