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. | |