Moti Asayag has uploaded a new change for review. Change subject: core: Task Manager Add ExecutionContext ......................................................................
core: Task Manager Add ExecutionContext The patch introduces the ExecutionContext class which acts as the monitoring execution plan, the guides by which the commands in the system should be monitored. A commands can be run as a Job or as a Step (specifically internal commands). The monitoring level are defined by the ExecutionContext which is initialized with default implementation guidelines: 1. External commands are monitored 2. Internal commands aren't monitored 3. Internal commands with VDSM tasks will present a VSDM task as a step (implementation in further patchs). 4. Job has 2 steps by default: VALIDATING and EXECUTING. Change-Id: I680667682cc80bcc383e22d8da0d4d340184c020 --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionContext.java 1 file changed, 165 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/35/1235/1 -- To view, visit http://gerrit.ovirt.org/1235 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I680667682cc80bcc383e22d8da0d4d340184c020 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
