Moti Asayag has uploaded a new change for review. Change subject: core: Refactor Backend.endAction to use CommandContext ......................................................................
core: Refactor Backend.endAction to use CommandContext The patch replaces the use of specific context being passed to endAction with CommandContext class. The CommandContext encapsulates the context objects. Change-Id: I6c3d93e0701b4b843c2cd53d4f0f8e0ae3614805 --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AttachUserToVmFromPoolCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EntityAsyncTask.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/interfaces/BackendInternal.java 5 files changed, 15 insertions(+), 47 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/2064/1 -- To view, visit http://gerrit.ovirt.org/2064 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6c3d93e0701b4b843c2cd53d4f0f8e0ae3614805 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
