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

◆ findByProxy()

virtual ObjectPtr Ice::ObjectAdapter::findByProxy ( const ObjectPrx & proxy) const
nodiscardpure virtual

Looks up a servant with an identity and a facet.

It's equivalent to calling findFacet.

Parameters
proxyThe proxy that provides the identity and facet to search.
Returns
The servant that matches the identity and facet carried by proxy, or nullptr if no such servant has been found.