Ravi Nori has posted comments on this change.

Change subject: engine : Modify Async_tasks table to use CommandEntity
......................................................................


Patch Set 8:

(1 comment)

http://gerrit.ovirt.org/#/c/26687/8/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/AsyncTaskCRUDOperations.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/AsyncTaskCRUDOperations.java:

Line 4: import org.ovirt.engine.core.compat.Guid;
Line 5: 
Line 6: import java.util.List;
Line 7: 
Line 8: public interface AsyncTaskCRUDOperations {
> is there another concrete class for this besides CoCo Impl?
Hi Yair,

Barak wanted me to have a separate interface for AsyncTask and Command CRUD 
operations. He mentioned it in one of our group meetings :)
Line 9:     public abstract List<AsyncTasks> getAllAsyncTasksFromDb();
Line 10:     public abstract void saveAsyncTaskToDb(AsyncTasks asyncTask);
Line 11:     public abstract AsyncTasks getAsyncTaskFromDb(Guid asyncTaskId);
Line 12:     public abstract int removeTaskFromDbByTaskId(Guid taskId) throws 
RuntimeException;


-- 
To view, visit http://gerrit.ovirt.org/26687
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ied038b514f1285b4d46deff022beafd9dcfe5c29
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadg...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to