Searched defs:getServices (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/
H A DStreamPrintServiceFactory.java65 private static Services getServices() { method in class:StreamPrintServiceFactory
76 return getServices().listOfFactories;
81 getServices().listOfFactories = listOfFactories;
H A DPrintServiceLookup.java123 ArrayList list = getServices(flavor, attributes);
367 private static ArrayList getServices(DocFlavor flavor, method in class:PrintServiceLookup
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLModel.java106 @NotNull Map<QName, ? extends WSDLService> getServices(); method in interface:WSDLModel
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DGetInstance.java112 public static List<Service> getServices(String type, String algorithm) { method in class:GetInstance
114 return list.getServices(type, algorithm);
120 * @deprecated use getServices(List<ServiceId>) instead
123 public static List<Service> getServices(String type, method in class:GetInstance
126 return list.getServices(type, algorithms);
131 * the specified algorithms. See getServices(String, String) for detals.
133 public static List<Service> getServices(List<ServiceId> ids) { method in class:GetInstance
135 return list.getServices(ids);
170 for (Service s : list.getServices(type, algorithm)) {
186 List<Service> services = getServices(typ
[all...]
H A DProviderList.java348 public List<Service> getServices(String type, String algorithm) { method in class:ProviderList
355 * @deprecated use getServices(List<ServiceId>) instead
358 public List<Service> getServices(String type, List<String> algorithms) { method in class:ProviderList
363 return getServices(ids);
366 public List<Service> getServices(List<ServiceId> ids) { method in class:ProviderList
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DModel.java83 public List<Service> getServices() { method in class:Model
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLModelImpl.java120 public @NotNull Map<QName, WSDLServiceImpl> getServices(){ method in class:WSDLModelImpl
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java409 // serviceMap changed since last call to getServices()
715 public synchronized Set<Service> getServices() { method in class:Provider

Completed in 55 milliseconds