Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceGrid::AdapterInfo Struct Reference

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

#include <IceGrid/IceGrid.h>

Public Member Functions

std::tuple< const ::std::string &, const ::std::shared_ptr<::Ice::ObjectPrx > &, const ::std::string & > ice_tuple () const
 Obtains a tuple containing all of the struct's data members.

Public Attributes

::std::string id
 The id of the adapter.
::std::shared_ptr<::Ice::ObjectPrxproxy
 A dummy direct proxy that contains the adapter endpoints.
::std::string replicaGroupId
 The replica group id of the object adapter, or empty if the adapter doesn't belong to a replica group.

Detailed Description

Information about an adapter registered with the IceGrid registry.

Member Function Documentation

◆ ice_tuple()

std::tuple< const ::std::string &, const ::std::shared_ptr<::Ice::ObjectPrx > &, const ::std::string & > IceGrid::AdapterInfo::ice_tuple ( ) const
inline

Obtains a tuple containing all of the struct's data members.

Returns
The data members in a tuple.

Member Data Documentation

◆ id

::std::string IceGrid::AdapterInfo::id

The id of the adapter.

◆ proxy

::std::shared_ptr<::Ice::ObjectPrx> IceGrid::AdapterInfo::proxy

A dummy direct proxy that contains the adapter endpoints.

◆ replicaGroupId

::std::string IceGrid::AdapterInfo::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: