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

◆ find()

virtual ObjectPtr Ice::ObjectAdapter::find ( const Identity & id) const
nodiscardpure virtual

Looks up a servant.

Parameters
idThe identity of an Ice object.
Returns
The servant that implements the Ice object with the given identity, or nullptr if no such servant has been found.
Remarks
This function only tries to find the servant in the ASM and among the default servants. It does not attempt to locate a servant using servant locators.