changes for config subsystem - BUG 754 82/5882/3
authorMichal Rehak <mirehak@cisco.com>
Mon, 14 Apr 2014 16:35:03 +0000 (18:35 +0200)
committerMichal Rehak <mirehak@cisco.com>
Tue, 15 Apr 2014 14:03:17 +0000 (16:03 +0200)
commitcbe4871cddf78adab335b5270269b6e704eb8bf9
tree0e18f59005d5642c9bc627dc40189a94dbb3d814
parent35de6e9639474a4b042bc77ef292cf08c2cccd53
changes for config subsystem - BUG 754

integration - issue with initialization pending
added sal generator
changed SPI - SwitchConnectionProvider has 1:1 bound with ServerFacade
extended yang model of SwitchConnectionProvider configuration
restored exported packages for osgi
restored documentation generator
changed API in order to use ListenableFuture instead of plain Future

Change-Id: Ic21e3a0c1fd64584d98485567c26095674291548
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
Signed-off-by: Michal Rehak <mirehak@cisco.com>
openflow-protocol-api/pom.xml
openflow-protocol-impl/pom.xml
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/Activator.java [deleted file]
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/SwitchConnectionProviderImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/_switch/connection/provider/impl/rev140328/SwitchConnectionProviderModule.java [new file with mode: 0644]
openflow-protocol-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/_switch/connection/provider/impl/rev140328/SwitchConnectionProviderModuleFactory.java [new file with mode: 0644]
openflow-protocol-impl/src/main/yang/openflow-switch-connection-provider-impl.yang [new file with mode: 0644]
openflow-protocol-impl/src/main/yang/openflow-switch-connection-provider.yang [new file with mode: 0644]
openflow-protocol-it/src/test/java/org/opendaylight/openflowjava/protocol/impl/integration/IntegrationTest.java
openflow-protocol-spi/src/main/java/org/opendaylight/openflowjava/protocol/spi/connection/SwitchConnectionProvider.java
pom.xml