summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/OutgoingAsyncBase.java
Commit message (Collapse)AuthorAge
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Fixed invocation timeouts/interrupt issues, addded AsyncResult.cancel()Benoit Foucher2014-10-10
|
* ICE-5697Matthew Newhook2014-10-01
| | | | Ice.EncapsulationException when use AsyncResult inside Swing.InvokeLater Runnable
* Lots of minor fixes, few simplifications to OutgoingAsync codeBenoit Foucher2014-10-01
|
* - begin_ now never interrupts.Matthew Newhook2014-09-27
| | | | | | | - All potentially blocking Ice APIs are interruption points. - Fixes to the incoming/outgoing factories and shutdown procedure - Fixed bug where connect() was from a user thread. - Added lots more tests to the interrupt test suite.
* ICE-5661 some changes to class structure for OutgoingAsyncDwayne Boone2014-09-19