Examples of xfindServiceDesc()


Examples of edu.indiana.extreme.gfac.external.impl.XregistryServiceWrapper.xfindServiceDesc()

              if (regService instanceof XregistryServiceWrapper) {
                  XregistryServiceWrapper xregistryService = (XregistryServiceWrapper) regService;
                  ResourceData[] data = null;
                  //FIXME: Enhance it to handle Search Chars
                  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);
                  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.