Break out Protocol Update and Remove into seperate commands 58/18158/3
authorEd Warnicke <eaw@cisco.com>
Sun, 12 Apr 2015 02:29:32 +0000 (19:29 -0700)
committerEd Warnicke <eaw@cisco.com>
Mon, 13 Apr 2015 17:49:11 +0000 (17:49 +0000)
commit7b9cc50ffd67c8064541244a5d83cfecc26f2fda
tree089f1531602ce1b0e28ab0fca9116a906f88039b
parent487cdb26c00b4adb276d2f0bb711a9b6b6f68401
Break out Protocol Update and Remove into seperate commands

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

Change-Id: Id19e51a7e8951123d3b08c510a61cbef84328c9d
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/BridgeOperationalState.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/ProtocolRemovedCommand.java [new file with mode: 0644]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/ProtocolUpdateCommand.java [new file with mode: 0644]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactCommandAggregator.java