public class ShutdownModuleFactory extends AbstractShutdownModuleFactory
NAME| Constructor and Description |
|---|
ShutdownModuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
Set<ShutdownModule> |
getDefaultModules(org.opendaylight.controller.config.api.DependencyResolverFactory dependencyResolverFactory,
org.osgi.framework.BundleContext bundleContext) |
ShutdownModule |
instantiateModule(String instanceName,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
org.osgi.framework.BundleContext bundleContext) |
ShutdownModule |
instantiateModule(String instanceName,
org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
ShutdownModule oldModule,
AutoCloseable oldInstance,
org.osgi.framework.BundleContext bundleContext) |
createModule, createModule, getImplementationName, getImplementedServiceIntefaces, handleChangedClass, isModuleImplementingServiceInterfacepublic ShutdownModule instantiateModule(String instanceName, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, ShutdownModule oldModule, AutoCloseable oldInstance, org.osgi.framework.BundleContext bundleContext)
instantiateModule in class AbstractShutdownModuleFactorypublic ShutdownModule instantiateModule(String instanceName, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver, org.osgi.framework.BundleContext bundleContext)
instantiateModule in class AbstractShutdownModuleFactorypublic Set<ShutdownModule> getDefaultModules(org.opendaylight.controller.config.api.DependencyResolverFactory dependencyResolverFactory, org.osgi.framework.BundleContext bundleContext)
getDefaultModules in interface org.opendaylight.controller.config.spi.ModuleFactorygetDefaultModules in class AbstractShutdownModuleFactoryCopyright © 2015. All Rights Reserved.