You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The counterpart for MBeanServerConnection.getMBeanInfo(name) doesn't seem to be currently available. Could you provide the method as it is useful in getting the attributes, operations etc of a bean?
The text was updated successfully, but these errors were encountered:
This will require to convert he MBeanInfo java class to a some kind of JavaScript object. I tried in the past but did not finish.
At first glance, it seems that it will not be easy to implement. I'm not planning to implement this in the short term, but I would be happy to review a Pull Request on this.
@zuazo - if this feature were to be implemented, which file would need changing?
The furthest level I drilled down to was javaReflection.js but I'm not exactly sure of this.
I too am looking for programmatic access to find a list of attributes given an MBean.
The counterpart for MBeanServerConnection.getMBeanInfo(name) doesn't seem to be currently available. Could you provide the method as it is useful in getting the attributes, operations etc of a bean?
The text was updated successfully, but these errors were encountered: