The Ice run time enables all of its built-in administrative facets by default, and an application may install its own custom facets. You can control which facets the Ice run time enables using the Ice.Admin.Facets
property. For example, the following property definition enables the Properties
facet and leaves the Process
facet (and any application-defined facets) disabled:
Ice.Admin.Facets=Properties
To specify more than one facet, separate them with a comma or white space. A facet whose name contains white space must be enclosed in single or double quotes.
See Also
- The Process Facet
- The Properties Facet
- The Metrics Facet
- Custom Administrative Facets
- Ice Administrative Properties