Class OSGiBgpDeployer
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.config.DefaultBgpDeployer
org.opendaylight.protocol.bgp.rib.impl.config.OSGiBgpDeployer
- All Implemented Interfaces:
 AutoCloseable,EventListener,org.opendaylight.mdsal.binding.api.ClusteredDataTreeChangeListener<Bgp>,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<Bgp>,PeerGroupConfigLoader
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionOSGiBgpDeployer(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider provider, org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, RIBExtensionConsumerContext ribExtensionContext, BGPDispatcher bgpDispatcher, BGPRibRoutingPolicyFactory routingPolicyFactory, CodecsRegistry codecsRegistry, org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, BGPTableTypeRegistryConsumer mappingService, BGPStateProviderRegistry stateProviderRegistry, OSGiBgpDeployer.Configuration configuration)  - 
Method Summary
Methods inherited from class org.opendaylight.protocol.bgp.rib.impl.config.DefaultBgpDeployer
getPeerGroup, init, onDataTreeChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener
onInitialData 
- 
Constructor Details
- 
OSGiBgpDeployer
public OSGiBgpDeployer(org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider provider, org.opendaylight.mdsal.binding.api.RpcProviderService rpcRegistry, RIBExtensionConsumerContext ribExtensionContext, BGPDispatcher bgpDispatcher, BGPRibRoutingPolicyFactory routingPolicyFactory, CodecsRegistry codecsRegistry, org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.binding.api.DataBroker dataBroker, BGPTableTypeRegistryConsumer mappingService, BGPStateProviderRegistry stateProviderRegistry, OSGiBgpDeployer.Configuration configuration)  
 - 
 - 
Method Details
- 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Overrides:
 closein classDefaultBgpDeployer
 
 -