A general question on which anyone is welcome chime in--
===> Should the dotted name facility apply only to AMX configuration
and monitoring MBeans?
The current V3 mechanism will actually have to be *more* complicated
to restrict them to these areas; the implementation at this point is
fully generic and extensible to any/all MBeans written by us or 3rd
parties.
As it stands now (work in progress), *all* AMX MBeans have dotted
names, allowing access to any MBean in the system. (the prefix
"root." may be omitted for the traditional "domain.*" names). Example:
root.QueryMgr
root.NotificationServiceMgr
root.SystemStatus
root.BulkAccess
root.KitchenSink
root.amx
root.SystemInfo
root.UploadDownloadMgr
root.Sample
root.DottedNames
root.domain
root.DomainNotificationEmitterService
root.domain.resources
root.domain.applications
root.domain.property:administrative\.domain\.name
root.domain.servers
root.domain.configs
root.domain.configs.server-config.management-rules
root.domain.configs.server-config.admin-service
root.domain.configs.server-config.transaction-service
root.domain.configs.server-config.thread-pools
root.domain.configs.server-config.monitoring-service
root.domain.configs.server-config.jms-service
root.domain.configs.server-config.ejb-container
root.domain.configs.server-config.log-service
root.domain.configs.server-config.security-service
root.domain.configs.server-config.diagnostic-service
root.domain.configs.server-config.java-config
root.domain.configs.server-config.mdb-container
root.domain.configs.server-config.web-container
root.domain.configs.server-config.iiop-service
root.domain.configs.server-config.http-service
Lloyd
---
Lloyd L Chambers
lloyd.chambers_at_sun.com
Sun Microsystems, Inc