tags:

views:

25

answers:

0

I'm somewhat familiar with displaying simple data via a JMX MBean using older JDKs. What I'd like to do is have one MBean link to a couple related MBeans, making it nicer for users to access related info. Is there a good, standard way to do that?

I'd like it to work in both the HTML adapter and richer clients like JConsole (i.e. I don't want to hardcode an operation to return HTML or something like that). Ideally this could be done via an attribute, though an operation would be ok. Perhaps I need to use some of the newer JMX features added in 1.6, such as MXBeans?