summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectAdapterI.java
Commit message (Collapse)AuthorAge
...
* Bug 804 - no endpoint in reference means try all local interfacesDwayne Boone2006-02-13
|
* Added locator cache timeout.Benoit Foucher2006-02-08
|
* Bug 839.Michi Henning2006-01-31
|
* FixBenoit Foucher2005-12-13
|
* fix for bug 650: clearing additional members in waitForDeactivateMark Spruiell2005-11-17
|
* Fixed a bug where the locator would be contact in on the OA activation evenBenoit Foucher2005-11-11
| | | | if it's ID was empty.
* Changed the Ice locator interface to be backward compatible.Benoit Foucher2005-11-03
|
* Fixed bug where the OA id needed to be set to register the server processBenoit Foucher2005-10-21
| | | | proxy.
* Added support for replica groups and removed replicated adapters.Benoit Foucher2005-10-12
|
* Bug 395 - Added pseudo INVADDR_ANY supportDwayne Boone2005-10-06
|
* Added support for <adapter name>.ReplicaId and IceGrid demo fixes.Benoit Foucher2005-09-30
|
* Bug 467.Michi Henning2005-09-20
|
* Fixed problem with ObjectAdapter.addRouter not removing duplicate endpointsMatthew Newhook2005-09-19
| | | | correctly.
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=435. addedMatthew Newhook2005-09-19
| | | | removeRouter().
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=435. addedMatthew Newhook2005-09-19
| | | | removeRouter().
* 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
* fixing bug 400Brent Eagles2005-09-12
|
* Added support for new proxy methods (ice_getAdapterId(),Benoit Foucher2005-09-09
| | | | ice_newAdapterId(), ice_getEndpoints(), ice_newEndpoints()).
* revising fixes for bug 431Brent Eagles2005-09-07
|
* Synchronized java & C++ version of ObjectAdapter::deactivateMatthew Newhook2005-08-24
|
* Parsing a stringified proxy no longer fails if a endpoint type is unknownDwayne Boone2005-07-11
| | | | as long as there are others that are known.
* Added support for adapter replicationBenoit Foucher2005-07-08
|
* Use direct proxy for process object instead of indirect proxyBenoit Foucher2005-07-06
|
* assertion fixes in finalizersMark Spruiell2005-04-29
|
* - Removing BufferManager class and BasicStream.destroy(), which reduces theMark Spruiell2005-04-29
| | | | | | | complexity of many existing finalizers. - Removed code that cleans up cached objects. - For compatibility with C#, finalizers no longer call methods on other objects.
* Made finalizers thread-safe.Michi Henning2005-04-26
|
* Removed unused _logger private member.Michi Henning2005-04-19
|
* 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
* The object adapter thread pool isn't created anymore if thread perBenoit Foucher2005-01-28
| | | | | | | connection is enabled. Added more exception and error handling to the IncomingConnectionFactory. Fixed a bug where the wrong thread pool was used for the IncomingConnectionFactory.
* :changeLocator()Benoit Foucher2005-01-20
| | | | | | :activate() which could cause it to raise ObjectAdapterDeactivatedException if the adapter was deactivated concurrently. Added timeouts to workaround problem with the MacOS X JDK.
* Reference refactoring.Michi Henning2004-11-23
|
* proxy returned by addFacet/addFacetWithUUID did not contain the facetMark Spruiell2004-11-12
|
* adding adapter property <name>.PublishedEndpointsMark Spruiell2004-11-08
|
* sync with C++ for connection and reference changesMark Spruiell2004-10-12
|
* Renamed IceInternal.Connection to Ice.ConnectionIBernard Normier2004-09-01
|
* fixMarc Laukien2004-08-14
|
* more fixed connection workMarc Laukien2004-08-14
|
* Ice.StdOut and Ice.StdErrBernard Normier2004-08-13
|
* various fixes; TransportInfo stuffMarc Laukien2004-08-10
|
* remove now returns the servantBernard Normier2004-05-20
|
* adding findAllFacetsMark Spruiell2004-05-19
|
* Fixed copyrightBernard Normier2004-05-18
|
* Added ObjectAdapter.removeAllFacets().Michi Henning2004-05-14
|
* Updated copyright noticeBernard Normier2004-05-11
|
* casts for ObjectPrxHelperMarc Laukien2004-04-19
|
* align with C++ facet changesMark Spruiell2004-04-13
|
* sync fixMark Spruiell2004-03-02
|
* Moved the adapter ready message after the adapter registration with theBenoit Foucher2004-03-02
| | | | | locator registry (to make sure adapter is registered before the adapter claims it's ready).
* adding Ice::Process for graceful shutdown of IcePack serversMark Spruiell2004-02-29
|