Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ removeAllFacets()

virtual FacetMap Ice::ObjectAdapter::removeAllFacets ( const Identity & id)
pure virtual

Removes all facets with the given identity from the Active Servant Map.

The function completely removes the Ice object, including its default facet.

Parameters
idThe identity of the Ice object to be removed.
Returns
A collection containing all the facet names and servants of the removed Ice object.
Exceptions
NotRegisteredExceptionThrown when no servant with the given identity is registered.