There is an option to make DWR AJAX calls to execute in sequence thru the following option
DWREngine.setOrdered(true)
But this is working globally (for entire application). I want to make enable this option only to certain Classes. Is it possible?