Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


IceGrid::ServerDynamicInfo

Overview

struct ServerDynamicInfo

Dynamic information about the state of a server.

Used By

Data Member Index

id — The id of the server.
state — The state of the server.
pid — The process id of the server.
enabled — Indicates whether the server is enabled.

Data Members

string id;

The id of the server.

IceGrid::ServerState state;

The state of the server.

int pid;

The process id of the server.

bool enabled;

Indicates whether the server is enabled.


  • No labels