Use stateless transaction commands
authorStephen Kitt <skitt@redhat.com>
Tue, 29 Mar 2016 11:56:37 +0000 (13:56 +0200)
committerStephen Kitt <skitt@redhat.com>
Tue, 5 Apr 2016 14:07:11 +0000 (14:07 +0000)
commite24bd21c00a1d3e3fac6ae0dc5fb63b4e314d46c
treeba1df702bda5ff16bdc28aba6e328c676b59351c
parent5031fd97e5c40c6103fcf5316e73060da92a6313
Use stateless transaction commands

Changing the transaction command model to one where all the required
information is passed to the execute() method makes the commands much
simpler to convert to a DataTreeChangeListener-based model.

Change-Id: I7458ed91646a6f0848afda86f72cf003c9704466
Signed-off-by: Stephen Kitt <skitt@redhat.com>