Filtering Administrative Facets
A communicator enables all of its built-in administrative facets by default, and an application may install its own custom facets. You can control which facets a communicator 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 communicator creates only the built-in administrative facets that are enabled. Disabled built-in facets are not created at all.