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

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServices.java34 import java.beans.beancontext.BeanContextServiceProvider;
49 * <code>BeanContextServiceProvider</code>s call this method
53 * the service with the <code>BeanContextServiceProvider</code> and
61 * @param serviceProvider the <code>BeanContextServiceProvider</code>
64 boolean addService(Class serviceClass, BeanContextServiceProvider serviceProvider);
76 * @param serviceProvider the BeanContextServiceProvider associated with
80 * <code>BeanContextServiceProvider</code> or
85 void revokeService(Class serviceClass, BeanContextServiceProvider serviceProvider, boolean revokeCurrentServicesNow);
102 * underlying <code>BeanContextServiceProvider</code>.
121 * on the underlying <code>BeanContextServiceProvider</cod
[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</code>.
61 * <code>BeanContextServiceProvider</code> to distinguish service
H A DBeanContextServicesSupport.java172 BCSSCServiceClassRef(Class sc, BeanContextServiceProvider bcsp, boolean delegated) {
209 void verifyAndMaybeSetProvider(BeanContextServiceProvider bcsp, boolean isDelegated) {
210 BeanContextServiceProvider current;
229 throw new UnsupportedOperationException("existing service reference obtained from different BeanContextServiceProvider not supported");
243 BeanContextServiceProvider getServiceProvider() {
247 BeanContextServiceProvider getDelegateProvider() {
286 BeanContextServiceProvider serviceProvider;
289 BeanContextServiceProvider delegateProvider; // proxy
325 synchronized void usingService(Object requestor, Object service, Class serviceClass, BeanContextServiceProvider bcsp, boolean isDelegated, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException, UnsupportedOperationException {
390 BeanContextServiceProvider bcs
[all...]
/openjdk7/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 38 milliseconds