summaryrefslogtreecommitdiff
path: root/java/demo/Glacier2/callback/Client.java
Commit message (Collapse)AuthorAge
* Removed demos.Matthew Newhook2015-03-18
| | | | Moved demoscript to distribution.
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* - Cleaned up all demos.Matthew Newhook2014-08-14
| | | | | | - Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts.
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* 3772. Recovering from Glacier2 / Ice router session failure.Jose2009-10-02
|
* http://bugzilla/bugzilla/show_bug.cgi?id=2839 - more fixes for 2839.Matthew Newhook2009-09-10
| | | | | | - Added refreshSession. - Backed out change for ice_ping. - Fixed bug with python config.glacier2.
* http://bugzilla/bugzilla/show_bug.cgi?id=2839Matthew Newhook2009-09-09
| | | | | | In the process of fixing this bug I added ice_ping to the Glacier2 router and updated the callback demo as described. I did not update the VB demo/Glacier2/callback, nor the windows project files.
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* bug 3233 - use createObjectAdapterWithRouter in Glacier2 demosMark Spruiell2008-06-06
|
* using Java5 types in Ice core; general cleanupMark Spruiell2008-01-30
|
* Updated copyrightDwayne Boone2008-01-23
|
* bug 1831 - changed demos as well to warn about extra argumentsDwayne Boone2007-09-04
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2360 - call ↵Dwayne Boone2007-08-16
| | | | destroySession in callback demo
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1391.Matthew Newhook2006-12-22
|
* Added propertyToProxyDwayne Boone2006-11-24
|
* Use communicator stringToIdentityDwayne Boone2006-05-12
|
* separating client/server configuration; removing client/server propertiesMark Spruiell2006-04-19
| | | | for IceSSL
* Fixed half of bug 847: ice_newIdentiy -> ice_identity, ice_newFacet ->Benoit Foucher2006-03-28
| | | | ice_facet, etc
* Updated copyrightDwayne Boone2006-03-14
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=529Matthew Newhook2006-01-26
|
* Fixed bug 654Benoit Foucher2005-11-17
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=335Matthew Newhook2005-09-13
|
* 2004 to 2005Bernard Normier2005-02-16
|
* Fixed a bug in RouterInfo which could cause a NullPointerException whenBenoit Foucher2005-02-16
comparing references. Added certificates for the C++ IceSSL plugin (needed by demos to start SSL enabled services). Added Glacier2 callback demo.