}
}
CommandSupport.addWebURLs(kernel, result);
return result.size() == 0 ? null : (TargetModuleID[]) result.toArray(new TargetModuleID[result.size()]);
} catch (NoSuchStoreException e) {
throw (TargetException) new TargetException(e.getMessage()).initCause(e);
} catch (MalformedObjectNameException e) {
throw new RuntimeException(e);
}
}