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

OSGI-INF.blueprint.autowire.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">
    <bean id="reconciliationManagerImpl" class="org.opendaylight.openflowplugin.applications.reconciliation.impl.ReconciliationManagerImpl" init-method="start" destroy-method="close">
        <argument ref="mastershipChangeServiceManager"/>
    </bean>
    <reference id="mastershipChangeServiceManager" interface="org.opendaylight.openflowplugin.api.openflow.mastership.MastershipChangeServiceManager"/>
    <service ref="reconciliationManagerImpl" interface="org.opendaylight.openflowplugin.applications.reconciliation.ReconciliationManager"/>
</blueprint>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy