I have a bunch of standard MBeans which I need to convert to dynamic MBeans, (main purpose is to add user friendly descriptions to attributes, operations and operation parameters). I was wondering if there is any tool which can make my job easier by generating skeleton code for dynamic MBeans from the existing standard MBeans.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I could not find anything. Here's a small utility method that generates the MBeanInfo for the operations only. Replace ThreadMXBean with your own interface. Warning : It does not take care of inheritance, non public methods, attributes etc. it is limited to operations. Use at your own risk.
|
||||
|
|