Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIceGrid-ServerInstanceDescriptor
prevIceGrid-ServerDynamicInfo
Section


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.

Ztop

Data Members

string
Anchor
application
application
application;

The server application.

string
Anchor
uuid
uuid
uuid;

The application uuid.

int
Anchor
revision
revision
revision;

The application revision.

string
Anchor
node
node
node;

The server node.

IceGrid::ServerDescriptor
Anchor
descriptor
descriptor
descriptor;

The server descriptor.

string
Anchor
sessionId
sessionId
sessionId;

The id of the session which allocated the server.

Ztop

Znav
nextIceGrid-ServerInstanceDescriptor
prevIceGrid-ServerDynamicInfo
Section