Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] getMBeanInfo(beanName) #9

Open
anutham-b opened this issue Jul 20, 2015 · 2 comments
Open

[Feature Request] getMBeanInfo(beanName) #9

anutham-b opened this issue Jul 20, 2015 · 2 comments

Comments

@anutham-b
Copy link

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?

@zuazo
Copy link
Owner

zuazo commented Jul 20, 2015

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.

@giranm
Copy link

giranm commented Mar 26, 2018

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants