Lines Matching defs:all
202 /** enable monitoring to HIGH for all available systems so that MBeans in those systems get tested */
221 /** get all AMX MBeans that were found when the test started
230 /** get all AMX MBeans with the specified interface */
236 /** Filter all AMXProxy with the specified interface */
237 protected <T> Set<T> getAll(final Set<AMXProxy> all, final Class<T> intf)
240 for (final AMXProxy amx : all)
274 /** Find all AMX MBeans of the specified type */
277 final Set<AMXProxy> all = mQueryMgr.queryAll();
279 for( final AMXProxy amx : all )
290 /** Get all AMX MBeans that are descendendts of the specified MBean */
299 /** Get all config MBeans */
305 /** Get all monitoring MBeans */