summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/RoutableReference.java
Commit message (Collapse)AuthorAge
...
* Align with C++ for bug 282:Mark Spruiell2005-09-14
| | | | | | | | - Adding Ice.Default.CollocationOptimization property, default = 1 - Changing the ice_default proxy method to return a proxy having the default collocation optimization setting, rather than false - Changing all other calls to ReferenceFactory::create to use the default setting instead of a hard-coded value
* Added support for new proxy methods (ice_getAdapterId(),Benoit Foucher2005-09-09
| | | | ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()).
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448Matthew Newhook2005-09-07
|
* 2004 to 2005Bernard Normier2005-02-16
|
* Reference fixes:Mark Spruiell2005-02-08
| | | | | | - Moving _secure to RoutableReference - Fixing changeDefault() - Fixing changeRouter() and changeLocator() to return appropriate values
* Added context parameter to checkedCast().Michi Henning2004-12-07
|
* Reference refactoring.Michi Henning2004-11-23