]
Aurélien Pupier commented on JBIDE-24138:
-----------------------------------------
I recommened to review and merge this PR before starting work on this feature
Implement queryMbeans for Jolokia
---------------------------------
Key: JBIDE-24138
URL:
https://issues.jboss.org/browse/JBIDE-24138
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jmx
Affects Versions: 4.4.4.AM1
Reporter: Aurélien Pupier
Currently JolokiaMBeanServerConnection.queryMBeans is not implemented
@Override
public Set<ObjectInstance> queryMBeans(ObjectName name, QueryExp query) throws
IOException {
// TODO Auto-generated method stub
return null;
}