How to programmatically check JMX MBean operations and attributes?
问题 Suppose we have a MBean that has the following attributes and operations. Attributes: name size Operations: getName() getSize() Is there a way to programmatically check for the attributes and operations? I've been working with the IBM WebSphere MBeans and their documentation isn't very good. For example, if you go to IBMs Infocenter and navigate to Network Deployment -> Reference -> Programming interfaces -> Mbean interfaces -> ThreadPool. They only have attributes listed and no operations.