JMX + JConsole
Hi @ll!
I'm working on JMX for an J2EE application.
I have created my MBeans, my agent, my notifications and all works fine.
Now, I would like to insert Infos accessible by the JConsole in the tab Infos of the section MBean...
I would like to create Infos to specify that the MBean Server has started, stopped and when an attribute value has changed...
I have tried to make this by a getNotificationInfo() function in my data file but it seems that the function is read before all the rest of the program code...
Have you a solution for that I can dispaly Infos easily in the JConsole interface?
Thks for help!

