Kanagaraj M has uploaded a new change for review.

Change subject: engine,webadmin: RunMultipleAction - execution and error 
handling
......................................................................

engine,webadmin: RunMultipleAction - execution and error handling

If RunMutipleAction is called with one parameter the command
execution will be synchronous and the VdcReturnValue contains
actual execution status. ie, success or failure. Both CanDoAction
and Execution is synchronous.

In case of more than one parameter only CanDoAction is synchronus
and the excecution is asynchronous. So the VdcReturnValue has only
the results of CanDoAction not the execution status.

The corresponding changes has been done in Frontend error handling.
Execution status will be evaluated only if the parameters size is 1.

Change-Id: I94116f4eb618f172ece1c90f14db5b139b7f1c4b
Signed-off-by: Kanagaraj M <kmayi...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MultipleActionsRunner.java
M 
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/Frontend.java
2 files changed, 15 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/95/4995/1
--
To view, visit http://gerrit.ovirt.org/4995
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94116f4eb618f172ece1c90f14db5b139b7f1c4b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayi...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to