Ice 3.7 Slice API Reference
Data Members | List of all members
IceGrid::ApplicationDescriptor Struct Reference

An application descriptor. More...

defined in <IceGrid/Descriptor.ice>

struct ApplicationDescriptor { ... }

Collaboration diagram for IceGrid::ApplicationDescriptor:
Collaboration graph
[legend]

Data Members

string description
 The description of this application. More...
 
DistributionDescriptor distrib
 The application distribution. More...
 
string name
 The application name. More...
 
NodeDescriptorDict nodes
 The application nodes. More...
 
PropertySetDescriptorDict propertySets
 Property set descriptors. More...
 
ReplicaGroupDescriptorSeq replicaGroups
 The replica groups. More...
 
TemplateDescriptorDict serverTemplates
 The server templates. More...
 
TemplateDescriptorDict serviceTemplates
 The service templates. More...
 
StringStringDict variables
 The variables defined in the application descriptor. More...
 

Detailed Description

An application descriptor.

Data Member Documentation

◆ description

string description

The description of this application.

◆ distrib

The application distribution.

◆ name

string name

The application name.

◆ nodes

The application nodes.

◆ propertySets

Property set descriptors.

◆ replicaGroups

The replica groups.

◆ serverTemplates

TemplateDescriptorDict serverTemplates

The server templates.

◆ serviceTemplates

TemplateDescriptorDict serviceTemplates

The service templates.

◆ variables

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

The variables defined in the application descriptor.


The documentation for this struct was generated from the following file: