Introducing AbstractTransactionCommand to make it easier to do commands 78/15678/1
authorEd Warnicke <eaw@cisco.com>
Tue, 24 Feb 2015 18:25:59 +0000 (11:25 -0700)
committerEd Warnicke <eaw@cisco.com>
Tue, 24 Feb 2015 18:25:59 +0000 (11:25 -0700)
commitadd5f3eda4c16696030c652b5262fc6370f1674c
tree863da452e0f44aa793fbf0a726516b56a7d15ae0
parent21e7a7e129e3f0a2e6141affebc0adeebcca606c
Introducing AbstractTransactionCommand to make it easier to do commands

I found myself writing a lot of repetative code for TransactionCommands,
and so pulled it up into an AbstractTransactionCommand

Change-Id: Iddd6995146e9ddc4002b7e8c6791b1332198c361
Signed-off-by: Ed Warnicke <eaw@cisco.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/AbstractTransactionCommand.java [new file with mode: 0644]
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeRemovedCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbBridgeUpdateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbNodeCreateCommand.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/transactions/md/OvsdbNodeRemoveCommand.java