implementation of NodeConfigService 50/17150/4
authorMartin Bobak <mbobak@cisco.com>
Thu, 26 Mar 2015 09:03:21 +0000 (10:03 +0100)
committerMartin Bobak <mbobak@cisco.com>
Thu, 26 Mar 2015 17:22:49 +0000 (18:22 +0100)
commit5e919bdf5c933951fb68da91d49d9aca41c277e8
tree04e7e6c8503f8deb8c2bc02e56dc4f4ede3a55d7
parentb6ca1d6e122bb30d7f71971278216819dfdb8b82
implementation of NodeConfigService

- introduced RpcResultConvertor for converting OFJava future to  requestContext's future
- RpcResultConvertor used in SalFlowServiceImpl

Change-Id: I11dc0e6f15920dab3323128749a877532a0486f8
Signed-off-by: Martin Bobak <mbobak@cisco.com>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/NodeConfigServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/RpcResultConvertor.java [new file with mode: 0644]
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlowServiceImpl.java