Java EE 5 SDK

com.sun.appserv.management.base
Interface AllDottedNames

All Superinterfaces:
AMX, AMXMBeanLogging, NotificationBroadcaster, NotificationEmitter
All Known Subinterfaces:
ConfigDottedNames, MonitoringDottedNames

public interface AllDottedNames
extends 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 Util.getExtra(com.sun.appserv.management.base.AMX) and then calling Extra.getAttributeNames().

Attributes can be accessed through the usual mechanisms such as StdAttributesAccess and DottedNames.

See Also:
DottedNames, ConfigDottedNames, MonitoringDottedNames

Field Summary
 
Fields inherited from interface com.sun.appserv.management.base.AMX
FULL_TYPE_DELIM, GROUP_CONFIGURATION, GROUP_JSR77, GROUP_MONITORING, GROUP_OTHER, GROUP_UTILITY, J2EE_TYPE_KEY, JMX_DOMAIN, NAME_KEY, NO_NAME, NOTIFICATION_PREFIX, NULL_NAME
 
Method Summary
 
Methods inherited from interface com.sun.appserv.management.base.AMX
getContainer, getDomainRoot, getFullType, getGroup, getJ2EEType, getName, isDAS
 
Methods inherited from interface javax.management.NotificationEmitter
removeNotificationListener
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface com.sun.appserv.management.base.AMXMBeanLogging
getMBeanLoggerName, getMBeanLogLevel, setMBeanLogLevel
 


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.