Class BmpDeployerImpl
java.lang.Object
org.opendaylight.protocol.bmp.impl.config.BmpDeployerImpl
- All Implemented Interfaces:
AutoCloseable
,EventListener
,org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<OdlBmpMonitors>
,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<OdlBmpMonitors>
@Singleton
public final class BmpDeployerImpl
extends Object
implements org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<OdlBmpMonitors>, AutoCloseable
-
Constructor Summary
ConstructorDescriptionBmpDeployerImpl
(BmpDispatcher dispatcher, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, RIBExtensionConsumerContext extensions, org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree codecTree, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
onDataTreeChanged
(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<OdlBmpMonitors>> changes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener
onInitialData
-
Constructor Details
-
BmpDeployerImpl
@Inject public BmpDeployerImpl(BmpDispatcher dispatcher, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, RIBExtensionConsumerContext extensions, org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree codecTree, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonProvider)
-
-
Method Details
-
onDataTreeChanged
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<OdlBmpMonitors>> changes) - Specified by:
onDataTreeChanged
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<OdlBmpMonitors>
-
close
@PreDestroy public void close()- Specified by:
close
in interfaceAutoCloseable
-