@Deprecated public final class NotificationBrokerImplModule extends AbstractNotificationBrokerImplModule
notificationAdapterJmxAttribute, notificationPublishAdapterJmxAttribute
dependencyResolver, identifier
Constructor and Description |
---|
NotificationBrokerImplModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver)
Deprecated.
|
NotificationBrokerImplModule(ModuleIdentifier identifier,
DependencyResolver dependencyResolver,
NotificationBrokerImplModule oldModule,
AutoCloseable oldInstance)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AutoCloseable |
createInstance()
Deprecated.
Create instance.
|
void |
validate()
Deprecated.
This method will be called as first phase in two phase commit.
|
canReuseInstance, customValidation, equals, getLogger, getNotificationAdapter, getNotificationAdapterDependency, getNotificationPublishAdapter, getNotificationPublishAdapterDependency, getRootRuntimeBeanRegistratorWrapper, hashCode, isSame, resolveDependencies, reuseInstance, setNotificationAdapter, setNotificationPublishAdapter, setRuntimeBeanRegistrator
canReuse, getIdentifier, getInstance, setCanReuseInstance
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
canReuse, getInstance
public NotificationBrokerImplModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver)
public NotificationBrokerImplModule(ModuleIdentifier identifier, DependencyResolver dependencyResolver, NotificationBrokerImplModule 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 AbstractNotificationBrokerImplModule
public AutoCloseable createInstance()
AbstractModule
createInstance
in class AbstractModule<AbstractNotificationBrokerImplModule>
Copyright © 2019 OpenDaylight. All rights reserved.