Ice 3.6 Slice API Reference
|
Dynamic information about the state of a server. More...
Defined in <IceGrid/Observer.ice>
struct ServerDynamicInfo { ... }
Data Members | |
bool | enabled |
Indicates whether the server is enabled. More... | |
string | id |
The id of the server. More... | |
int | pid |
The process id of the server. More... | |
ServerState | state |
The state of the server. More... | |
Dynamic information about the state of a server.
bool enabled |
Indicates whether the server is enabled.
string id |
The id of the server.
int pid |
The process id of the server.
ServerState state |
The state of the server.