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::ApplicationInfo

Overview

struct ApplicationInfo

Information about an IceGrid application.

Used By

Data Member Index

uuid — Unique application identifier.
createTime — The creation time.
createUser — The user who created the application.
updateTime — The update time.
updateUser — The user who updated the application.
revision — The application revision number.
descriptor — The application descriptor

Data Members

string uuid;

Unique application identifier.

long createTime;

The creation time.

string createUser;

The user who created the application.

long updateTime;

The update time.

string updateUser;

The user who updated the application.

int revision;

The application revision number.

IceGrid::ApplicationDescriptor descriptor;

The application descriptor


  • No labels