Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.

A description element specifies a description of its parent element.

This element may only appear as a child of the application, replica-group, node, server, service, icebox, adapter, and dbenv elements.

Here is an example to demonstrate the use of this element:

XML
<node name="localnode">
    <description>Free form descriptive text for localnode</description>
</node>
See Also
  • No labels