|
Ice 3.7 C++98 API 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. | |
Dynamic information about the state of a server.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool IceGrid::ServerDynamicInfo::enabled |
Indicates whether the server is enabled.
| ::std::string IceGrid::ServerDynamicInfo::id |
The id of the server.
| ::Ice::Int IceGrid::ServerDynamicInfo::pid |
The process id of the server.
| ::IceGrid::ServerState IceGrid::ServerDynamicInfo::state |
The state of the server.