-
Enhancement
-
Resolution: Fixed
-
P4
-
6
-
b36
-
generic
-
generic
-
Verified
The proposal is to allow a "mount" operation, analogous to Unix filesystem mounting. If subagent S has an MBean X called "com.example:type=Whatsit", and S is mounted with name "sub" in master agent M, then M will have a proxy MBean X' called "sub/com.example:type=Whatsit". Accessing an attribute or operation on X' will cause the proxy to forward the access to X and return the result to the caller. Where a parameter or return value in X is or contains an ObjectName such as "com.example:type=Thing", the proxy will do the appropriate mapping so that the ObjectName is seen by callers of X' as "sub/com.example:type=Thing".
The complete details of cascading will be considerably more complicated than described here.
- duplicates
-
JDK-5108739 Support virtual MBeans
- Closed
- relates to
-
JDK-6254721 Define some standard Descriptor fields and set them for appropriate MBeans
- Resolved
-
JDK-6323896 Support aggregation of multiple MBean Servers
- Closed
-
JDK-6669137 RFE: InstanceNotFoundException should have a constructor that takes an ObjectName
- Closed
-
JDK-6714954 Description of MBeanPermission checking in MBeanServer javadoc is inacurrate
- Closed
-
JDK-6446447 JMX Scalability Features
- Closed
-
JDK-5072268 Suggested API changes for JMX 2.0
- Closed