Class CommunityRestConf
java.lang.Object
io.lighty.core.controller.api.AbstractLightyModule
io.lighty.modules.northbound.restconf.community.impl.CommunityRestConf
- All Implemented Interfaces:
LightyModule
-
Constructor Summary
ConstructorsConstructorDescriptionCommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath) CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, LightyServerBuilder serverBuilder) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanvoidprotected booleanMethods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, shutdown, start, startBlocking, startBlocking
-
Constructor Details
-
CommunityRestConf
public CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, LightyServerBuilder serverBuilder) -
CommunityRestConf
public CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath)
-
-
Method Details
-
initProcedure
protected boolean initProcedure()- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()- Specified by:
stopProcedurein classAbstractLightyModule
-
startServer
public void startServer()
-