@Deprecated public final class GlobalEventExecutorModule extends AbstractGlobalEventExecutorModule
dependencyResolver, identifier
Constructor and Description |
---|
GlobalEventExecutorModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver)
Deprecated.
|
GlobalEventExecutorModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver,
GlobalEventExecutorModule oldModule,
AutoCloseable oldInstance)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AutoCloseable |
createInstance()
Deprecated.
Create instance.
|
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext)
Deprecated.
|
void |
validate()
Deprecated.
This method will be called as first phase in two phase commit.
|
canReuseInstance, customValidation, equals, getLogger, hashCode, isSame, resolveDependencies, reuseInstance
canReuse, getIdentifier, getInstance, setCanReuseInstance
public GlobalEventExecutorModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver)
public GlobalEventExecutorModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver, GlobalEventExecutorModule oldModule, AutoCloseable oldInstance)
public void validate()
Module
Module.getInstance()
on
dependent Module
because it would destroy separation between
validation and commit phase.validate
in interface Module
validate
in class AbstractGlobalEventExecutorModule
public AutoCloseable createInstance()
AbstractModule
createInstance
in class AbstractModule<AbstractGlobalEventExecutorModule>
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2019 OpenDaylight. All rights reserved.