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

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

#include <IceGrid/IceGrid.h>

Public Member Functions

void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance to the stream.
std::tuple< const std::string &, const std::string &, const std::int32_t &, const std::string &, const ::IceGrid::ServerDescriptorPtr &, const std::string & > ice_tuple () const
 Creates a tuple with all the fields of this struct.

Public Attributes

std::string application
 The application to which this server belongs.
::IceGrid::ServerDescriptorPtr descriptor
 The server descriptor.
std::string node
 The IceGrid node where this server is deployed.
std::int32_t 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.

Definition at line 3017 of file Admin.h.


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