Class NetconfCallhomePlugin
- java.lang.Object
-
- io.lighty.core.controller.api.AbstractLightyModule
-
- io.lighty.modules.southbound.netconf.impl.NetconfCallhomePlugin
-
- All Implemented Interfaces:
LightyModule
public class NetconfCallhomePlugin extends AbstractLightyModule
-
-
Constructor Summary
Constructors Constructor Description NetconfCallhomePlugin(LightyServices lightyServices, String topologyId, ExecutorService executorService, org.opendaylight.aaa.encrypt.AAAEncryptionService encryptionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleaninitProcedure()protected booleanstopProcedure()-
Methods inherited from class io.lighty.core.controller.api.AbstractLightyModule
shutdown, start, startBlocking, startBlocking
-
-
-
-
Constructor Detail
-
NetconfCallhomePlugin
public NetconfCallhomePlugin(LightyServices lightyServices, String topologyId, ExecutorService executorService, org.opendaylight.aaa.encrypt.AAAEncryptionService encryptionService)
-
-
Method Detail
-
initProcedure
protected boolean initProcedure()
- Specified by:
initProcedurein classAbstractLightyModule
-
stopProcedure
protected boolean stopProcedure()
- Specified by:
stopProcedurein classAbstractLightyModule
-
-