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

Information about a server managed by an IceGrid node. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ServerInfo:

Public Attributes

::std::string application
 The server application.
::IceGrid::ServerDescriptorPtr descriptor
 The server descriptor.
::std::string node
 The server node.
::Ice::Int revision
 The application revision.
::std::string sessionId
 The id of the session which allocated the server.
::std::string uuid
 The application uuid.

Detailed Description

Information about a server managed by an IceGrid node.

Member Data Documentation

◆ application

::std::string IceGrid::ServerInfo::application

The server application.

◆ descriptor

::IceGrid::ServerDescriptorPtr IceGrid::ServerInfo::descriptor

The server descriptor.

◆ node

::std::string IceGrid::ServerInfo::node

The server node.

◆ revision

::Ice::Int IceGrid::ServerInfo::revision

The application revision.

◆ sessionId

::std::string IceGrid::ServerInfo::sessionId

The id of the session which allocated the server.

◆ uuid

::std::string IceGrid::ServerInfo::uuid

The application uuid.


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