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

Data Members

string name;

The application name.

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

The variables defined in the application descriptor.

IceGrid::ReplicaGroupDescriptorSeq replicaGroups;

The replica groups.

IceGrid::TemplateDescriptorDict serverTemplates;

The server templates.

IceGrid::TemplateDescriptorDict serviceTemplates;

The service templates.

IceGrid::NodeDescriptorDict nodes;

The application nodes.

IceGrid::DistributionDescriptor distrib;

The application distribution.

string description;

The description of this application.

IceGrid::PropertySetDescriptorDict propertySets;

Property set descriptors.


  • No labels