Class CommunityRestConf
- java.lang.Object
-
- io.lighty.core.controller.api.AbstractLightyModule
-
- io.lighty.modules.northbound.restconf.community.impl.CommunityRestConf
-
- All Implemented Interfaces:
LightyModule
public class CommunityRestConf extends AbstractLightyModule
-
-
Constructor Summary
Constructors Constructor Description CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, int webSocketPort, JsonRestConfServiceType jsonRestconfServiceType, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, ExecutorService executorService)CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, int webSocketPort, JsonRestConfServiceType jsonRestconfServiceType, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, ExecutorService executorService, LightyServerBuilder serverBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleaninitProcedure()voidstartServer()protected booleanstopProcedure()-
Methods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, start, startBlocking, startBlocking
-
-
-
-
Constructor Detail
-
CommunityRestConf
public CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, int webSocketPort, JsonRestConfServiceType jsonRestconfServiceType, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, ExecutorService executorService, LightyServerBuilder serverBuilder)
-
CommunityRestConf
public CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, int webSocketPort, JsonRestConfServiceType jsonRestconfServiceType, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, ExecutorService executorService)
-
-
Method Detail
-
initProcedure
protected boolean initProcedure()
- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()
- Specified by:
stopProcedurein classAbstractLightyModule
-
startServer
public void startServer()
-
-