|
Ice 3.7 C++11 API 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::ObjectPrx > | proxy |
| 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. | |
Information about an adapter registered with the IceGrid registry.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::std::string IceGrid::AdapterInfo::id |
The id of the adapter.
| ::std::shared_ptr<::Ice::ObjectPrx> IceGrid::AdapterInfo::proxy |
A dummy direct proxy that contains the adapter endpoints.
| ::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.