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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


IceGrid::ServerInfo

Overview

struct ServerInfo

Information about a server managed by an IceGrid node.

Used By

Data Member Index

application — The server application.
uuid — The application uuid.
revision — The application revision.
node — The server node.
descriptor — The server descriptor.
sessionId — The id of the session which allocated the server.

Data Members

string application;

The server application.

string uuid;

The application uuid.

int revision;

The application revision.

string node;

The server node.

IceGrid::ServerDescriptor descriptor;

The server descriptor.

string sessionId;

The id of the session which allocated the server.


  • No labels