public final class BgpDeployerImpl extends Object implements org.opendaylight.controller.md.sal.binding.api.ClusteredDataTreeChangeListener<Bgp>, AutoCloseable
| Constructor and Description |
|---|
BgpDeployerImpl(String networkInstanceName,
org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider provider,
org.osgi.service.blueprint.container.BlueprintContainer container,
org.osgi.framework.BundleContext bundleContext,
org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
BGPTableTypeRegistryConsumer mappingService) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init() |
void |
onDataTreeChanged(Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<Bgp>> changes) |
public BgpDeployerImpl(String networkInstanceName, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider provider, org.osgi.service.blueprint.container.BlueprintContainer container, org.osgi.framework.BundleContext bundleContext, org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, BGPTableTypeRegistryConsumer mappingService)
public void init()
public void onDataTreeChanged(Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<Bgp>> changes)
onDataTreeChanged in interface org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener<Bgp>public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2019 OpenDaylight. All rights reserved.