All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.blueprint.forwardingrules-manager.xml Maven / Gradle / Ivy

There is a newer version: 0.19.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
        odl:use-default-for-reference-types="true">

  <odl:clustered-app-config id="forwardingRulesManagerConfig"
        binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflowplugin.app.forwardingrules.manager.config.rev160511.ForwardingRulesManagerConfig"/>

  <bean id="reconciliationJMXService"
        class="org.opendaylight.openflowplugin.applications.frm.ReconciliationJMXService">
    <argument ref="flowGroupCacheManager"/>
  </bean>
  <bean id="reconciliationJMXAgent"
        class="org.opendaylight.openflowplugin.applications.frm.ReconciliationJMXAgent">
    <argument ref="reconciliationJMXService"/>
  </bean>
  <bean id="reconciliationJMXServiceMBean"
        class="org.opendaylight.openflowplugin.applications.frm.ReconciliationJMXService">
    <argument ref="flowGroupCacheManager"/>
  </bean>

  <service ref="reconciliationJMXServiceMBean" interface="org.opendaylight.openflowplugin.applications.frm.ReconciliationJMXServiceMBean"/>

</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy