summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/implementation-java-runtime/src/main/java/org/apache/tuscany/sca/implementation/java/invocation/ResponseDispatchImpl.java (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-07Official Tuscany 2.0.1 Releaselresende1-251/+0
2013-09-302.0.1 RC1 release taglresende1-0/+0
2011-02-10Copy trunk to beta2 release branch. (I've not yet changed the version so that...antelder1-0/+0
2011-01-30Tag for 2.0 Beta2 RC2antelder1-0/+0
2011-01-24Fixing serialization of AsyncResponseInvoker in support of async services und...edwardsmj1-2/+3
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj1-24/+32
2011-01-17Mark several fields as "transient" in ResponseDispatchImpl to reduce data tha...edwardsmj1-5/+5
2011-01-11Separate the Java implementation specific async invocation code from the core...edwardsmj1-2/+23
2010-12-09Cleaning the ResponseDispatchImpl to correct the model for capturing the asyn...edwardsmj1-3/+0
2010-08-25TUSCANY-3659 - Enable asynch operation over the local SCA binding. This does ...slaws1-1/+8
2010-07-11Changes and additions to Java invoker in support of Client-side and Server-si...edwardsmj1-3/+84
2010-06-29Adding "volatile" to 2 fields shared between threads in ResponseDispatchImpl ...edwardsmj1-2/+2
2010-06-25Fix compilation errorsrfeng1-3/+0
2010-06-25Added missing signalAll() operation when processing sendResponse and sendFaultedwardsmj1-0/+2
2010-06-25Provide basic support for invocation of Async Server style service methods, a...edwardsmj1-0/+137