FlowService - standalone request context for multiflow input 35/17335/2
authorJozef Gloncak <jgloncak@cisco.com>
Mon, 30 Mar 2015 12:13:44 +0000 (14:13 +0200)
committermichal rehak <mirehak@cisco.com>
Tue, 31 Mar 2015 11:11:09 +0000 (11:11 +0000)
commit6bf4f12b2769baf4d8b7fbec731ca190031bda8f
tree99e697468f5bf05cd6bdbd0998372e500c4601b1
parent7beb41f5716c02589dd3dd89c5ca1e32447e6e9c
FlowService - standalone request context for multiflow input

If input flow is devided to more (2 maybe more) flows then result
Future isn't chained but for every flow is created standalone
request context with unique Xid. Methods addFlow and updateFlow
return future object which will contains global result of all
partial futures (if one fail then global fail, if all success then
global success)

Change-Id: I0406888a0568d6ba3905113cde69e2a96aa78141
Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlowServiceImpl.java