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

Overview

struct ServerInstanceDescriptor

A server template instance descriptor.

Used By

Data Member Index

template — The template used by this instance.
parameterValues — The template parameter values.
propertySet — The property set.
servicePropertySets — The services property sets.

Data Members

string template;

The template used by this instance.

IceGrid::StringStringDict parameterValues;

The template parameter values.

IceGrid::PropertySetDescriptor propertySet;

The property set.

IceGrid::PropertySetDescriptorDict servicePropertySets;

The services property sets. It's only valid to set these property sets if the template is an IceBox server template.


  • No labels