summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterI.cpp
Commit message (Collapse)AuthorAge
...
* :changeLocator()Benoit Foucher2005-01-20
| | | | | :activate() which could cause it to raise ObjectAdapterDeactivatedException if the adapter was deactivated concurrently.
* proxy returned by addFacet/addFacetWithUUID did not contain the facetMark Spruiell2004-11-12
|
* adding adapter property <name>.PublishedEndpointsMark Spruiell2004-11-08
|
* Reference refactoring.Michi Henning2004-10-29
|
* Renamed IceInternal::Connection to Ice::ConnectionIBernard Normier2004-08-31
|
* more fixed connection workMarc Laukien2004-08-14
|
* Ice.StdOut and Ice.StdErrBernard Normier2004-08-13
|
* more glacier 2 and reverse proxy workMarc Laukien2004-08-11
|
* more glacier2Marc Laukien2004-08-10
|
* remove now returns the servantBernard Normier2004-05-20
|
* findAllFacetsMarc Laukien2004-05-19
|
* Fixed copyrightBernard Normier2004-05-18
|
* Added removeAllFacets. Michi, repeat after me: "forgetting to return aMichi Henning2004-05-14
| | | | value from a function does not mean the compiler is broken..." :-(
* Added removeAllFacets. This is a temporary check-in with trace still in theMichi Henning2004-05-14
| | | | | code. For some reason, the returned facet map is corrupt. Doing a check-in here so Bernard can try this on his machine.
* Updated copyright noticeBernard Normier2004-05-11
|
* GCC 3.4 portBernard Normier2004-05-08
|
* fix in OA::deactivate()Marc Laukien2004-05-05
|
* facet bug fixMark Spruiell2004-04-13
|
* facet changesMarc Laukien2004-04-07
|
* 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
|
* fixMarc Laukien2004-02-19
|
* OA deadlock fixMarc Laukien2003-11-20
|
* Removed ice_flush() from proxy base class and implementedMichi Henning2003-08-29
| | | | Communicator::flushBatchRequests().
* Added per-proxy contexts.Michi Henning2003-08-27
|
* Removed removeServantLocator() from ObjectAdapter.Michi Henning2003-06-17
|
* started with shrinking pool; inlined ops in IceUtil::TimeMarc Laukien2003-03-13
|
* internal thread pool changesMarc Laukien2003-03-07
|
* ignore extra colons in endpoint listMark Spruiell2003-02-21
|
* fixMarc Laukien2003-02-06
|
* version update; date changeMarc Laukien2003-02-04
|
* Set the locator info in proxies created by the object adapter.Benoit Foucher2003-01-31
| | | | | Added seperate thread pool for the node object adapter if the registry is collocated
* fixMarc Laukien2003-01-31
|
* compression cleanupMarc Laukien2003-01-30
|
* fixesMarc Laukien2003-01-29
|
* fixesMarc Laukien2003-01-28
|
* restructuringMarc Laukien2003-01-27
|
* fixed yet another shutdown bugMarc Laukien2003-01-22
|
* fix to waitForShutdown/DeactivateMarc Laukien2002-12-18
|
* Call deactivate on servant locators outside the OA synchronization block.Benoit Foucher2002-12-16
|
* minor fixesMarc Laukien2002-12-15
|
* complete shutdown/deactivate re-implementationMarc Laukien2002-12-14
|
* ice_collocationOptimization()Marc Laukien2002-12-07
|
* Added support for object lookup by identityBenoit Foucher2002-12-05
|
* Fixed incorrect _kindOfObject assignments.Michi Henning2002-12-05
|
* Changed the implementation of the various _kindOfObject members becauseMichi Henning2002-12-05
| | | | | bloody VC++ can't handle initialization of static non-integral class members :-(
* Added AlreadyRegisteredException and NotRegisteredException. RemovedMichi Henning2002-12-05
| | | | | | PluginExistsException, PluginNotFoundException, ObjectAdapterNotRegisteredException, and ObjectAdapterIdInUseException. Updated test suite for new exceptions and did a make depend.
* - Added Ice.NullHandleAbort propertyBenoit Foucher2002-11-25
| | | | - Fixed Locator.ice exception names to be consistent with other exceptions.
* Replaced invalid references to "adapter name" by "adapter id".Benoit Foucher2002-11-07
|