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

◆ remove()

virtual ObjectPtr Ice::ObjectAdapter::remove ( const Identity & id)
pure virtual

Removes a servant from the object adapter's Active Servant Map.

Parameters
idThe identity of the Ice object that is implemented by the servant.
Returns
The removed servant.
Exceptions
NotRegisteredExceptionThrown when no servant with the given identity is registered.