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

◆ getAdapterInfo()

["cpp:const"]
idempotent AdapterInfoSeq getAdapterInfo ( string id) throws AdapterNotExistException

Gets adapter information for the replica group or adapter with the given ID.

Parameters
idThe adapter or replica group ID.
Returns
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.
Exceptions
AdapterNotExistExceptionThrown when the adapter or replica group doesn't exist.