@Deprecated public final class BindingBrokerImplModule extends AbstractBindingBrokerImplModule
bindingMappingServiceJmxAttribute, domAsyncBrokerJmxAttribute, notificationPublishServiceJmxAttribute, notificationServiceJmxAttribute, rootDataBrokerJmxAttribute
dependencyResolver, identifier
Constructor and Description |
---|
BindingBrokerImplModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver)
Deprecated.
|
BindingBrokerImplModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver,
BindingBrokerImplModule oldModule,
AutoCloseable oldInstance)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RootBindingAwareBroker |
createInstance()
Deprecated.
Create instance.
|
void |
validate()
Deprecated.
This method will be called as first phase in two phase commit.
|
canReuseInstance, customValidation, equals, getBindingMappingService, getBindingMappingServiceDependency, getDomAsyncBroker, getDomAsyncBrokerDependency, getLogger, getNotificationPublishService, getNotificationPublishServiceDependency, getNotificationService, getNotificationServiceDependency, getRootDataBroker, getRootDataBrokerDependency, hashCode, isSame, resolveDependencies, reuseInstance, setBindingMappingService, setDomAsyncBroker, setNotificationPublishService, setNotificationService, setRootDataBroker
canReuse, getIdentifier, getInstance, setCanReuseInstance
public BindingBrokerImplModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver)
public BindingBrokerImplModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver, BindingBrokerImplModule 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 AbstractBindingBrokerImplModule
public RootBindingAwareBroker createInstance()
AbstractModule
createInstance
in class AbstractModule<AbstractBindingBrokerImplModule>
Copyright © 2019 OpenDaylight. All rights reserved.