cloudstack/core/src/com/cloud/async
Kris McQueen 848ce60097 Merging master into 2.1.refactor, resolve the merge conflicts as best I can. New commands related to extracting template/iso/volume and related to instance groups were refactored to the new API framework. 2010-09-28 15:47:14 -07:00
..
dao More changes for refactoring 2010-09-15 18:00:54 -07:00
AsyncInstanceCreateStatus.java Source code committed 2010-08-11 09:13:29 -07:00
AsyncJobResult.java Fix up setting the response object correctly after dispatching the api method call. Begin working on the serialization of the responses which don't include the command name just yet, that's coming. 2010-09-17 14:56:55 -07:00
AsyncJobVO.java Refactoring the AsyncJobManager to queue jobs appropriately if there is a need to synchronize execution on an object, e.g. a router. API developers can now call command.synchronizeCommand(String, Long) to force the command to be synchronized on a particular object type [the string arg] with a particular id [the long arg]. When synchronizeCommand() is invoked, an exception maybe thrown by the framework (AsyncCommandQueued exception) to force the business logic to abort. The command will then be queued and invoked at the appropriate time. The synchronizeCommand() is re-entrant and will be a no-op if the command has already been queued and is now ready for execution. 2010-09-16 19:05:06 -07:00
SyncQueueItemVO.java Source code committed 2010-08-11 09:13:29 -07:00
SyncQueueVO.java Source code committed 2010-08-11 09:13:29 -07:00