I’m stuck here:
I need to get the values of
org.jboss.system.server.ServerInfo
With the code here i’m reading the mbean-attributes,
but instaed of values i can only find .hashvalues!
final MBeanAttributeInfo[] attributes = server.getMBeanInfo(mbean).getAttributes();
for (final MBeanAttributeInfo attribute : attributes) {
String name = attribute.getName();
}
After two days of searching
I ask for help!
Thanks a lot, Roman.
this solved my problem, getting the server info: