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

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServicesSupport.java775 nestingCtxt = bcs;
782 service = nestingCtxt.getService(bcs, requestor, serviceClass, serviceSelector, this);
791 nestingCtxt.releaseService(bcs, requestor, service);
795 return nestingCtxt.getCurrentServiceSelectors(serviceClass);
810 private BeanContextServices nestingCtxt; field in class:BeanContextServicesSupport.BCSSProxyServiceProvider

Completed in 30 milliseconds