Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ findAdapterById()

["amd"]["cpp:const"]
idempotent Object * findAdapterById ( string id) throws AdapterNotFoundException

Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).

Parameters
idThe adapter ID.
Returns
A dummy proxy with the adapter's endpoints, or null if an object adapter with id was not found.
Exceptions
AdapterNotFoundExceptionThrown when an object adapter with this adapter ID was not found. The caller should treat this exception like a null return value.