Searched refs:bcsrl (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/java/beans/beancontext/
H A DBeanContextServices.java109 * @param bcsrl the
116 Object getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException; argument
H A DBeanContextServicesSupport.java184 void addRequestor(Object requestor, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException { argument
187 if (cbcsrl != null && !cbcsrl.equals(bcsrl))
190 requestors.put(requestor, bcsrl);
201 void verifyRequestor(Object requestor, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException { argument
204 if (cbcsrl != null && !cbcsrl.equals(bcsrl))
327 synchronized void usingService(Object requestor, Object service, Class<?> serviceClass, BeanContextServiceProvider bcsp, boolean isDelegated, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException, UnsupportedOperationException { argument
344 serviceClassRef.verifyRequestor(requestor, bcsrl); // throws
347 serviceClassRef.addRequestor(requestor, bcsrl);
837 public Object getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException { argument
841 if (bcsrl
[all...]

Completed in 32 milliseconds