![]() |
Ice 3.9
Slice API Reference
|
Describes an application. More...
defined in <IceGrid/Descriptor.ice>
struct ApplicationDescriptor { ... }

Data Members | |
| string | description |
| The description of this application. | |
| DistributionDescriptor | distrib |
| The application distribution. | |
| string | name |
| The application name. | |
| NodeDescriptorDict | nodes |
| The node descriptors. | |
| PropertySetDescriptorDict | propertySets |
| Property set descriptors. | |
| ReplicaGroupDescriptorSeq | replicaGroups |
| The replica groups. | |
| TemplateDescriptorDict | serverTemplates |
| The server templates. | |
| TemplateDescriptorDict | serviceTemplates |
| The service templates. | |
| StringStringDict | variables |
| The variables defined in the application descriptor. | |
Describes an application.
Definition at line 379 of file Descriptor.ice.