@Deprecated public final class DomBrokerImplModule extends AbstractDomBrokerImplModule
asyncDataBrokerJmxAttribute, notificationQueueDepthJmxAttribute, notificationQueueParkJmxAttribute, notificationQueueSpinJmxAttribute, rootSchemaServiceJmxAttribute
dependencyResolver, identifier
Constructor and Description |
---|
DomBrokerImplModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver)
Deprecated.
|
DomBrokerImplModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver,
DomBrokerImplModule 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, getAsyncDataBroker, getAsyncDataBrokerDependency, getLogger, getNotificationQueueDepth, getNotificationQueuePark, getNotificationQueueSpin, getRootRuntimeBeanRegistratorWrapper, getRootSchemaService, getRootSchemaServiceDependency, hashCode, isSame, resolveDependencies, reuseInstance, setAsyncDataBroker, setNotificationQueueDepth, setNotificationQueuePark, setNotificationQueueSpin, setRootSchemaService, setRuntimeBeanRegistrator
canReuse, getIdentifier, getInstance, setCanReuseInstance
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
canReuse, getInstance
public DomBrokerImplModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver)
public DomBrokerImplModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver, DomBrokerImplModule 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 AbstractDomBrokerImplModule
public AutoCloseable createInstance()
AbstractModule
createInstance
in class AbstractModule<AbstractDomBrokerImplModule>
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
Copyright © 2019 OpenDaylight. All rights reserved.