FileDocCategorySizeDatePackage
AllDottedNames.javaAPI DocGlassfish v2 API3023Fri May 04 22:30:30 BST 2007com.sun.appserv.management.base

AllDottedNames

public interface AllDottedNames implements com.sun.appserv.management.base.AMX
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}.

see
DottedNames
see
com.sun.appserv.management.config.ConfigDottedNames
see
com.sun.appserv.management.monitor.MonitoringDottedNames

Fields Summary
Constructors Summary
Methods Summary