: i need to access the solr mbeans displayed in jconsole.... to access the : attributes of solr using codes( java) ... : MBeanServerConnection mbs = conn.getMBeanServerConnection(); ... : now how do i create a solrMbean object to check on its attributes.
I'm not overly familiar with using programatic JMX to remote monitor remote applications, but i don't believe you wnat to "create" any MBeans ... i believe you wnat to "query" that MBeanServerConnection for MBeans or "getMBeanInfo" for a given object name. -Hoss