简体   繁体   中英

Does need connect to local mbean server to access nested mbeans?

When I connect with JConsole I see that some beans nested inside others. To access to nested beans must I create to mbean server? Usually I give access like to spring beans (in description of bean I put names of beans that I need) Thanks.

The tree structure that Jconsole uses to display mbeans is simply a reflection of the structure of mbean object names: domain:key=val,key=val,... . The presentation could equally well be a simple flat list. This has nothing to with how you access mbeans.

You always access mbeans through an MBean server connection, local or remote, using the mbean object name.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM