Searched refs:BeanContextServiceProvider (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/java/beans/beancontext/
H A DBeanContextServices.java34 import java.beans.beancontext.BeanContextServiceProvider;
49 * {@code BeanContextServiceProvider}s call this method
53 * the service with the {@code BeanContextServiceProvider} and
61 * @param serviceProvider the {@code BeanContextServiceProvider}
65 boolean addService(Class<?> serviceClass, BeanContextServiceProvider serviceProvider);
77 * @param serviceProvider the BeanContextServiceProvider associated with
81 * {@code BeanContextServiceProvider} or
86 void revokeService(Class<?> serviceClass, BeanContextServiceProvider serviceProvider, boolean revokeCurrentServicesNow);
103 * underlying {@code BeanContextServiceProvider}.
122 * on the underlying {@code BeanContextServiceProvider}
[all...]
H A DBeanContextServiceProvider.java43 * to satisfy a service request, then the BeanContextServiceProvider associated with
52 public interface BeanContextServiceProvider { interface
57 * service from this {@code BeanContextServiceProvider}.
61 * {@code BeanContextServiceProvider} to distinguish service
H A DBeanContextServicesSupport.java171 BCSSCServiceClassRef(Class<?> sc, BeanContextServiceProvider bcsp, boolean delegated) {
208 void verifyAndMaybeSetProvider(BeanContextServiceProvider bcsp, boolean isDelegated) {
209 BeanContextServiceProvider current;
228 throw new UnsupportedOperationException("existing service reference obtained from different BeanContextServiceProvider not supported");
245 BeanContextServiceProvider getServiceProvider() {
249 BeanContextServiceProvider getDelegateProvider() {
288 BeanContextServiceProvider serviceProvider;
291 BeanContextServiceProvider delegateProvider; // proxy
327 synchronized void usingService(Object requestor, Object service, Class<?> serviceClass, BeanContextServiceProvider bcsp, boolean isDelegated, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException, UnsupportedOperationException {
392 BeanContextServiceProvider bcs
[all...]
/openjdk9/jdk/test/java/beans/beancontext/
H A DTest4328406.java33 import java.beans.beancontext.BeanContextServiceProvider;
56 class MyService1 extends BeanContextChildSupport implements BeanContextServiceProvider {
77 class MyService2 extends BeanContextServicesSupport implements BeanContextServiceProvider {

Completed in 97 milliseconds