Gets adapter information for the replica group or adapter with the given ID.
- Parameters
-
| id | The adapter or replica group ID. |
| response | The response callback. It accepts:
- A sequence of AdapterInfo. If
id refers to an adapter, this sequence contains a single element. If id refers to a replica group, this sequence contains adapter information for each member of the replica group.
|
| exception | The exception callback. |
| current | The Current object of the incoming request. |
- Exceptions
-
| IceGrid::AdapterNotExistException | Thrown when the adapter or replica group doesn't exist. |