Versions Compared

Key

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


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

Ztop

Data Members

string
Anchor
uuid
uuid
uuid;

Unique application identifier.

long
Anchor
createTime
createTime
createTime;

The creation time.

string
Anchor
createUser
createUser
createUser;

The user who created the application.

long
Anchor
updateTime
updateTime
updateTime;

The update time.

string
Anchor
updateUser
updateUser
updateUser;

The user who updated the application.

int
Anchor
revision
revision
revision;

The application revision number.

IceGrid::ApplicationDescriptor
Anchor
descriptor
descriptor
descriptor;

The application descriptor

Ztop

Znav
nextIceGrid-ApplicationNotExistException
prevIceGrid-ApplicationDescriptor
Section