@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.InitializingBeanExceptionpublic static OspfElementFactoryInterface getInstance(javax.servlet.ServletContext servletContext)
public static OspfElementFactoryInterface getInstance(org.springframework.context.ApplicationContext appContext)
public OspfElementNode getOspfElement(int nodeId)
getOspfElement in interface OspfElementFactoryInterfacepublic List<OspfLinkNode> getOspfLinks(int nodeId)
getOspfLinks in interface OspfElementFactoryInterfaceCopyright © 2015. All rights reserved.