Searched defs:getService (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServiceProvider.java73 Object getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector); method in interface:BeanContextServiceProvider
H A DBeanContextServices.java101 * gets the service by calling the getService() method on the
115 Object getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException; method in interface:BeanContextServices
H A DBeanContextServicesSupport.java778 public Object getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector) { method in class:BeanContextServicesSupport.BCSSProxyServiceProvider
782 service = nestingCtxt.getService(bcs, requestor, serviceClass, serviceSelector, this);
819 public Object getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException { method in class:BeanContextServicesSupport
838 service = bcsp.getService(bcssp, requestor, serviceClass, serviceSelector);
859 service = proxy.getService(bcssp, requestor, serviceClass, serviceSelector);
/openjdk7/jdk/src/share/classes/com/sun/java/browser/dom/
H A DDOMService.java41 public static DOMService getService(Object obj) method in class:DOMService
62 * in order for the static getService() method to work correctly.
/openjdk7/jdk/test/java/beans/beancontext/
H A DTest4328406.java64 public Object getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector) { method in class:MyService1
83 bcs.getService(this, this, MyService1.class, null, this);
98 public Object getService(BeanContextServices bcs, Object requestor, Class serviceClass, Object serviceSelector) { method in class:MyService2
116 bcs.getService(this, this, MyService1.class, null, this);
122 bcs.getService(this, this, MyService2.class, null, this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLModel.java85 WSDLService getService(@NotNull QName name); method in interface:WSDLModel
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyMapKey.java87 public QName getService() { method in class:PolicyMapKey
/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DGetInstance.java64 public static Service getService(String type, String algorithm) method in class:GetInstance
67 Service s = list.getService(type, algorithm);
75 public static Service getService(String type, String algorithm, method in class:GetInstance
85 Service s = p.getService(type, algorithm);
93 public static Service getService(String type, String algorithm, method in class:GetInstance
98 Service s = provider.getService(type, algorithm);
157 Service firstService = list.getService(type, algorithm);
206 return getInstance(getService(type, algorithm, provider), clazz);
212 return getInstance(getService(type, algorithm, provider), clazz, param);
218 return getInstance(getService(typ
[all...]
H A DProviderList.java72 // override getService() to return null slightly faster
73 public Service getService(String type, String algorithm) {
328 public Service getService(String type, String name) { method in class:ProviderList
331 Service s = p.getService(type, name);
436 Service s = p.getService(type, algorithm);
443 Service s = p.getService(id.type, id.algorithm);
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ktab/
H A DKeyTabEntry.java64 public PrincipalName getService() { method in class:KeyTabEntry
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DClientTubeAssemblerContext.java170 public @NotNull WSService getService() { method in class:ClientTubeAssemblerContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DPort.java50 public Service getService() { method in class:Port
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLModelImpl.java104 public WSDLServiceImpl getService(QName name){ method in class:WSDLModelImpl
157 return getService(serviceName).getMatchingPort(portType);
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLSecurity.java60 // ProviderList.getService() is not accessible now, implement our own loop
61 private static Service getService(String type, String alg) { method in class:SSLSecurity
64 Service s = p.getService(type, alg);
206 service = prov.getService(engineType, algName);
208 service = getService(engineType, algName);
229 Service service = prov.getService(engineType, algName);
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java679 public synchronized Service getService(String type, String algorithm) { method in class:Provider
697 // ServiceKey from previous getService() call
832 * {@link #getService getService()} and its information will be removed
1216 if (provider.getService(type, algorithm) != this) {

Completed in 184 milliseconds