BUG 5523 - DeviceContext additional functionality 55/36955/1
authorJozef Bacigal <jbacigal@cisco.com>
Tue, 29 Mar 2016 08:15:12 +0000 (10:15 +0200)
committerJozef Bacigal <jbacigal@cisco.com>
Thu, 31 Mar 2016 13:43:27 +0000 (15:43 +0200)
commitbcc79d82fb841edfc777d63f2dd9b7243ea7c8f8
tree3f6e7cd09eaebdea40b52e8dc45cc17fbcec2975
parent459ac76e9cb12fe66dacc15a99a0368e6cecc8ab
BUG 5523 - DeviceContext additional functionality

 *add shutdonwConnection for use in OFP instead deviceCtx.close
 *add DeviceContext states object
 *add method for get actualState
 *TransactionChainManager
   *remove read DS by shuttingDown process
   *remove close tx possibility
   *Guard submitIsEnabled property (only active TxChainFactory
is real marker for set property to true)

Change-Id: I44789c04b819eed27a297372d6d819727e45f26c
Signed-off-by: Jozef Bacigal <jbacigal@cisco.com>
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/device/DeviceContext.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/device/DeviceContextImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/device/TransactionChainManager.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/device/DeviceContextImplTest.java