summaryrefslogtreecommitdiff
path: root/java/src/Ice/AsyncResult.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* updating CHANGES for AsyncResult.cancelMark Spruiell2014-10-13
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* ICE-5688 - updating Javadoc for AsyncResult methodsMark Spruiell2014-10-07
|
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-09-03
| | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI.
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-08-07
| | | | | | | | | | | | | - Added Ice.BackgroundIO property to perform all IO in a non-user thread. This makes Ice for Java interrupt safe. This is implemented by the QueueRequestHanbler. - EndpointHostResolver now uses an executor instead of a thread. - Added java/demo/Ice/interrupt and java/test/Ice/interrupt. - Made several changes that must be ported to C++ & C#. - InvocationTimeout exceptions can hang forever. - Connection establishment is always asynchronous. - RequestHandler.requestTimeout and asyncRequestTimeout have been renamed to requestCancel and asyncRequestCancel.
* Add @Override where possible, and remove trailing white space.Matthew Newhook2014-08-07
|
* Fix for ICE-5594: removed inlining of CallbackBase::__check, remove unused ↵Benoit Foucher2014-07-29
| | | | __getObserver method
* ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-07-23
| | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb.
* Fixed collocation optimization to use the dispatcher, minor test fixesBenoit Foucher2014-07-15
|
* ICE-5573 - .NET TimeoutException ignores DispatcherMatthew Newhook2014-07-10
| | | | | | | | - Added test for C++, C# & Java to the dispatcher test to ensure that the invocation timeout is throwin in the correct thread. - Pass the connection to the dispatcher invocation in more cases.
* IceMX and Python support for the new collocation optimizationBenoit Foucher2014-07-01
|
* Better collocation optimization, fix for ICE-5489, ICE-5484Benoit Foucher2014-06-27
|
* Added support for invocation timeouts and ACM heartbeatsBenoit Foucher2014-05-23
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed ICE-4012 - release marshaling buffer sooner than laterBenoit Foucher2013-02-04
|
* Changed Ice.UseServantClassLoader to Ice.UseApplicationClassLoaderBenoit Foucher2013-01-18
|
* Fixed (ICE-5144) - Minor grammar errors in codeJose2013-01-14
|
* Fixed ICE-4933: Added size and replySize fields to dispatch and remote ↵Benoit Foucher2013-01-07
| | | | invocation metrics, support for requestId attribute
* Improved tracing of failures, user exceptions are now trackedBenoit Foucher2012-10-10
| | | | with a userException member.
* Java & C# portBenoit Foucher2012-09-28
|
* Java portMark Spruiell2012-06-01
|
* Win32 fixes, C# portBenoit Foucher2012-04-26
|
* Merge remote-tracking branch 'origin/master' into encoding11Benoit Foucher2012-04-25
|\
| * Fixed copyrightsBenoit Foucher2012-04-25
| |
* | Java portBenoit Foucher2012-04-20
|/
* ICE-4793 - Fixes to prevent GCC shadow warnings and other minor fixesBenoit Foucher2012-03-05
|
* ICE-4777 - C++ assertion failure when flushing batch requestsMark Spruiell2012-01-30
|
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* Removed virtual specifier from C# BasicStreamBenoit Foucher2011-10-31
|
* Fix for bug 5137 - AMI test failure on C#Benoit Foucher2011-06-07
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Fixed bug where client thread pool thread would die if callback raised an assertBenoit Foucher2011-04-07
|
* Bug 4720 - Improved AsyncResult to allow throwing local exception is request ↵Benoit Foucher2011-04-07
| | | | failed with local exception
* bug 4515 - OutOfMemoryError in dbmap testMark Spruiell2010-05-26
|
* bug 4623 - missing doc commentsMark Spruiell2010-05-21
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* - bug 3533: add async version of Connection/CommunicatorMark Spruiell2009-12-08
| | | | | | flushBatchRequests operation - Slice file cleanup in C# tests - Updating C++ dependencies
* Changed back isSentSynchronously to sentSynchronously, only generate ↵Benoit Foucher2009-12-03
| | | | newCallback exception for oneway requests
* More AMI mapping improvementsBenoit Foucher2009-12-02
|
* Added support for Ice::DispatcherBenoit Foucher2009-12-01
|
* - Cleaned up test/Ice/operations testBenoit Foucher2009-11-25
| | | | | - Added test/Ice/ami test - sent callback is now always called
* New AMI mappingBenoit Foucher2009-11-23