String clusterName = (String) resource.getPropertyValue(clusterNamePropertyId);
String hostName = getHost(resource, clusterName, componentName);
if (hostName == null) {
throw new SystemException(
"Unable to get metrics. No host name for " + componentName, null);
}
for (String id : ids) {
Map<String, PropertyInfo> propertyInfoMap = getPropertyInfoMap(componentName, id);