Marker interface for exposing all asadmin CLI dotted names
as JMX Attributes.
The set of dotted names is variable and dynamic. For that reason, no
specific dotted names are defined in this interface. A client wishing
to determine which dotted names are available can determine them by
obtaining MBeanInfo or by calling {@link Util#getExtra} and then calling
{@link Extra#getAttributeNames}.
Attributes can be accessed through the usual mechanisms such as
{@link StdAttributesAccess} and {@link DottedNames}. |