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

◆ findFacet()

virtual ObjectPtr Ice::ObjectAdapter::findFacet ( const Identity & id,
std::string_view facet ) const
nodiscardpure virtual

Looks up a servant with an identity and facet.

Parameters
idThe identity of an Ice object.
facetThe facet of an Ice object. An empty facet means the default facet.
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.