Filtering Administrative Facets

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.

The Ice run time creates only the built-in administrative facets that are enabled. Disabled built-in facets are not created at all. In Ice releases prior to Ice 3.6, the built-in facets were always created, whether enabled or disabled through Ice.Admin.Facets.

See Also