Ice 3.7 Slice API Reference
Data Members | List of all members
IceGrid::AdapterInfo Struct Reference

Information about an adapter registered with the IceGrid registry. More...

defined in <IceGrid/Admin.ice>

["cpp:comparable"]
struct AdapterInfo { ... }

Data Members

string id
 The id of the adapter. More...
 
Object * proxy
 A dummy direct proxy that contains the adapter endpoints. More...
 
string replicaGroupId
 The replica group id of the object adapter, or empty if the adapter doesn't belong to a replica group. More...
 

Detailed Description

Information about an adapter registered with the IceGrid registry.

Data Member Documentation

◆ id

string id

The id of the adapter.

◆ proxy

Object* proxy

A dummy direct proxy that contains the adapter endpoints.

◆ replicaGroupId

string replicaGroupId

The replica group id of the object adapter, or empty if the adapter doesn't belong to a replica group.


The documentation for this struct was generated from the following file: