cloudstack/server/src/com/cloud/async
Alena Prokharchyk 83400cd15f bug 12776: if there are multiple objects involved in resource creation, verify that they belong to the same account
status 12776: resolved fixed
2012-01-17 13:40:37 -08:00
..
dao Let reset job description to be in API standard 2011-02-22 17:40:05 -08:00
executor bug 9336: securityGroups can be used by other securityGroups in the same domain only; no cross domain SG authentication 2011-04-22 11:35:29 -07:00
AsyncCommandQueued.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
AsyncJobExecutor.java cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
AsyncJobExecutorContext.java Renamed MauricMoss now that we're going public with this. 2010-12-08 09:28:01 -08:00
AsyncJobExecutorContextImpl.java Renamed MauricMoss now that we're going public with this. 2010-12-08 09:28:01 -08:00
AsyncJobMBean.java Add license header to files 2011-04-14 11:23:14 -07:00
AsyncJobMBeanImpl.java Add license header to files 2011-04-14 11:23:14 -07:00
AsyncJobManager.java bug 11626: return same fields in queryAsyncJobResult and listAsyncJobs API commands 2011-12-09 16:50:08 -08:00
AsyncJobManagerImpl.java bug 12776: if there are multiple objects involved in resource creation, verify that they belong to the same account 2012-01-17 13:40:37 -08:00
AsyncJobResult.java bug 6745: Using UUID instead of integers - for Async Jobs 2011-11-03 07:33:58 -07:00
BaseAsyncJobExecutor.java cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
SyncQueueManager.java bug 10918: cap async-job execution thread pool to be 2/3 of maximum DB connection limit 2011-07-29 18:37:32 -07:00
SyncQueueManagerImpl.java bug 10918: cap async-job execution thread pool to be 2/3 of maximum DB connection limit 2011-07-29 18:37:32 -07:00