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

Dynamic information about the state of a server. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

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

Public Attributes

bool enabled
 Indicates whether the server is enabled.
::std::string id
 The id of the server.
::Ice::Int pid
 The process id of the server.
::IceGrid::ServerState state
 The state of the server.

Detailed Description

Dynamic information about the state of a server.

Member Function Documentation

◆ operator!=()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator==()

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

◆ operator>()

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

◆ operator>=()

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

Member Data Documentation

◆ enabled

bool IceGrid::ServerDynamicInfo::enabled

Indicates whether the server is enabled.

◆ id

::std::string IceGrid::ServerDynamicInfo::id

The id of the server.

◆ pid

::Ice::Int IceGrid::ServerDynamicInfo::pid

The process id of the server.

◆ state

::IceGrid::ServerState IceGrid::ServerDynamicInfo::state

The state of the server.


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