Class NetconfCallhomePlugin
java.lang.Object
io.lighty.core.controller.api.AbstractLightyModule
io.lighty.modules.southbound.netconf.impl.NetconfCallhomePlugin
- All Implemented Interfaces:
LightyModule
-
Constructor Summary
ConstructorsConstructorDescriptionNetconfCallhomePlugin(LightyServices lightyServices, String topologyId, ExecutorService executorService, org.opendaylight.aaa.encrypt.AAAEncryptionService encryptionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanprotected booleanMethods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, shutdown, start, startBlocking, startBlocking
-
Constructor Details
-
NetconfCallhomePlugin
public NetconfCallhomePlugin(LightyServices lightyServices, String topologyId, ExecutorService executorService, org.opendaylight.aaa.encrypt.AAAEncryptionService encryptionService)
-
-
Method Details
-
initProcedure
protected boolean initProcedure()- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()- Specified by:
stopProcedurein classAbstractLightyModule
-