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>
public final class BmpDeployerImpl extends Object implements org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<OdlBmpMonitors>, AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description BmpDeployerImpl(BmpDispatcher dispatcher, BmpDeployerDependencies bmpDeployerDependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
init()
void
onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<OdlBmpMonitors>> changes)
-
-
-
Constructor Detail
-
BmpDeployerImpl
public BmpDeployerImpl(BmpDispatcher dispatcher, BmpDeployerDependencies bmpDeployerDependencies)
-
-
Method Detail
-
init
public void init()
-
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
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-