if ("Service".equals(type)) {
data = xregistryService.xfindServiceDesc(requestName);
} else if ("Application".equals(type)) {
data = xregistryService.xfindAppDesc(requestName);
} else if ("Host".equals(type)) {
data = xregistryService.xfindHostDesc(requestName);
}
if (data != null) {
ObjectResource[] resources = new ObjectResource[data.length];
for (int i = 0; i < data.length; i++) {