Break out ControllerUpdate and Remove into seperate commands 71/18071/2
authorEd Warnicke <eaw@cisco.com>
Thu, 9 Apr 2015 15:24:05 +0000 (08:24 -0700)
committerSam Hague <shague@redhat.com>
Fri, 10 Apr 2015 11:51:03 +0000 (11:51 +0000)
commit2a15d191306a424f43beef45772f9bbae124c640
tree412b0580e2725d762e6719bcc6a6dfbb5de4b5a7
parent7e68ee1d6cb7b58c743538ae10df6dc52722a407
Break out ControllerUpdate and Remove into seperate commands

In addition, they now have the necessary logic to handle
Updates as well as Creates.

Change-Id: I414c3a73e75ea89c2fb7f644a19ed429016391ca
Signed-off-by: Ed Warnicke <eaw@cisco.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeCreateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/BridgeRemovedCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/ControllerRemovedCommand.java [new file with mode: 0644]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/ControllerUpdateCommand.java [new file with mode: 0644]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactCommandAggregator.java