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

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServicesSupport.java325 synchronized void usingService(Object requestor, Object service, Class serviceClass, BeanContextServiceProvider bcsp, boolean isDelegated, BeanContextServiceRevokedListener bcsrl) throws TooManyListenersException, UnsupportedOperationException { method in class:BeanContextServicesSupport.BCSSChild
841 bcsc.usingService(requestor, service, serviceClass, bcsp, false, bcsrl);
863 bcsc.usingService(requestor, service, serviceClass, proxy, true, bcsrl);

Completed in 589 milliseconds