cloudstack/server/src/com/cloud
Kris McQueen 19413d0bec Comment out executor code to make the branch compile. The executors will be removed after the branch has been thoroughly tested and regressions have been resolved, but in the mean time leave the code around so that it can be used to help debug any problems during the testing phase. 2010-09-16 19:09:04 -07:00
..
agent/manager Modified addSecondaryStorage/addHost/updateHost/associateIpAddress/attachIso/copyIso/copyTemplate/deletePortForwardingService/startRouter/stopRouter/rebootRouter commands to new API framework. 2010-09-16 18:54:15 -07:00
alert Source code committed 2010-08-11 09:13:29 -07:00
api 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
async Comment out executor code to make the branch compile. The executors will be removed after the branch has been thoroughly tested and regressions have been resolved, but in the mean time leave the code around so that it can be used to help debug any problems during the testing phase. 2010-09-16 19:09:04 -07:00
cluster cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
configuration Refactoring addConfig/deleteDiskOffering/deletePod/getCloudIdentifier/enableAccount/enableUser/enableAccount/updateUser/updateDiskOffering/updateConfig commands to new API framework 2010-09-15 16:41:38 -07:00
consoleproxy cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
event cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
ha cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
hypervisor cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
maid Source code committed 2010-08-11 09:13:29 -07:00
maint Source code committed 2010-08-11 09:13:29 -07:00
migration cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
network 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
resource Source code committed 2010-08-11 09:13:29 -07:00
server removing some commented out code related to the old API framework that is no longer necessary. 2010-09-16 19:05:06 -07:00
servlet Branch 2.1.refactor committed 2010-08-11 09:13:42 -07:00
storage cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
template Modified addSecondaryStorage/addHost/updateHost/associateIpAddress/attachIso/copyIso/copyTemplate/deletePortForwardingService/startRouter/stopRouter/rebootRouter commands to new API framework. 2010-09-16 18:54:15 -07:00
test cleaning up imports, fixing up some compilation problems related to API refactoring 2010-09-13 15:25:46 -07:00
user Finish refactoring listResourceLimits to new API framework. 2010-09-07 14:56:51 -07:00
vm Code cleanup - deleted code that was commented out and unused imports. 2010-09-09 16:07:29 -07:00