Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
- Parameters
-
id | The adapter ID. |
response | The response callback. It accepts:
- A dummy proxy with the adapter's endpoints, or null if an object adapter with
id was not found.
|
exception | The exception callback. |
current | The Current object of the incoming request. |
- Exceptions
-
Ice::AdapterNotFoundException | Thrown when an object adapter with this adapter ID was not found. The caller should treat this exception like a null return value. |