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

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

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::AdapterInfo:

Public Member Functions

bool operator!= (const AdapterInfo &rhs_) const
bool operator< (const AdapterInfo &rhs_) const
bool operator<= (const AdapterInfo &rhs_) const
bool operator== (const AdapterInfo &rhs_) const
bool operator> (const AdapterInfo &rhs_) const
bool operator>= (const AdapterInfo &rhs_) const

Public Attributes

::std::string id
 The id of the adapter.
::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.

Detailed Description

Information about an adapter registered with the IceGrid registry.

Member Function Documentation

◆ operator!=()

bool IceGrid::AdapterInfo::operator!= ( const AdapterInfo & rhs_) const
inline

◆ operator<()

bool IceGrid::AdapterInfo::operator< ( const AdapterInfo & rhs_) const
inline

◆ operator<=()

bool IceGrid::AdapterInfo::operator<= ( const AdapterInfo & rhs_) const
inline

◆ operator==()

bool IceGrid::AdapterInfo::operator== ( const AdapterInfo & rhs_) const
inline

◆ operator>()

bool IceGrid::AdapterInfo::operator> ( const AdapterInfo & rhs_) const
inline

◆ operator>=()

bool IceGrid::AdapterInfo::operator>= ( const AdapterInfo & rhs_) const
inline

Member Data Documentation

◆ id

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

The id of the adapter.

◆ proxy

::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: