8283848586878889909192
} Query query = queryBuilder.build(); try { new JmxQueryProcessor().processQuery(connection, null, query); } catch (AttributeNotFoundException anfe) { log.error("Error", anfe); } for (Result result : resultCapture.results) {
6768697071727374757677
for (MBeanAttributeInfo attrInfo : attrs) { query.addAttr(attrInfo.getName()); } try { new JmxQueryProcessor().processQuery(connection, null, query.build()); } catch (AttributeNotFoundException anfe) { log.error("Error", anfe); } } }