summaryrefslogtreecommitdiff
path: root/java/demo/Ice/interrupt
Commit message (Collapse)AuthorAge
* Removed demos.Matthew Newhook2015-03-18
| | | | Moved demoscript to distribution.
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Remove all of the intellij stuff.Matthew Newhook2014-11-13
|
* - Renamed gradle projects to camel case which enables task abbreviation.Matthew Newhook2014-11-07
| | | | | - Demo builds now produce a runnable jar. - Fixes to expect.py and READMEs for this change.
* Update IML filesDwayne Boone2014-10-29
|
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Removed java/src/IceInternal directory.Matthew Newhook2014-10-20
| | | | Removed eclipse .classpath/.project.
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.
* minor Java editsMark Spruiell2014-08-15
|
* - Cleaned up all demos.Matthew Newhook2014-08-14
| | | | | | - Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts.
* Created Eclipse project for every demoJoe George2014-08-14
|
* 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.