Versions Compared

Key

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


IceGrid::ApplicationDescriptor

Overview

struct ApplicationDescriptor

An application descriptor.

Used By

Data Member Index

name — The application name.
variables — The variables defined in the application descriptor.
replicaGroups — The replica groups.
serverTemplates — The server templates.
serviceTemplates — The service templates.
nodes — The application nodes.
distrib — The application distribution.
description — The description of this application.
propertySets — Property set descriptors.

Ztop

Data Members

string
Anchor
name
name
name;

The application name.

[ "java:type:java.util.TreeMap<String, String>" ] IceGrid::StringStringDict
Anchor
variables
variables
variables;

The variables defined in the application descriptor.

IceGrid::ReplicaGroupDescriptorSeq
Anchor
replicaGroups
replicaGroups
replicaGroups;

The replica groups.

IceGrid::TemplateDescriptorDict
Anchor
serverTemplates
serverTemplates
serverTemplates;

The server templates.

IceGrid::TemplateDescriptorDict
Anchor
serviceTemplates
serviceTemplates
serviceTemplates;

The service templates.

IceGrid::NodeDescriptorDict
Anchor
nodes
nodes
nodes;

The application nodes.

IceGrid::DistributionDescriptor
Anchor
distrib
distrib
distrib;

The application distribution.

string
Anchor
description
description
description;

The description of this application.

IceGrid::PropertySetDescriptorDict
Anchor
propertySets
propertySets
propertySets;

Property set descriptors.

Ztop

Znav
nextIceGrid-ApplicationInfo
prevIceGrid-AllocationTimeoutException
Section