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

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServiceAvailableEvent.java74 public Iterator getCurrentServiceSelectors() { method in class:BeanContextServiceAvailableEvent
75 return ((BeanContextServices)getSource()).getCurrentServiceSelectors(serviceClass);
H A DBeanContextServiceProvider.java103 Iterator getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass); method in interface:BeanContextServiceProvider
H A DBeanContextServices.java138 * calling getCurrentServiceSelectors() on the
144 Iterator getCurrentServiceSelectors(Class serviceClass); method in interface:BeanContextServices
H A DBeanContextServicesSupport.java794 public Iterator getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass) { method in class:BeanContextServicesSupport.BCSSProxyServiceProvider
795 return nestingCtxt.getCurrentServiceSelectors(serviceClass);
914 public Iterator getCurrentServiceSelectors(Class serviceClass) { method in class:BeanContextServicesSupport
918 return bcsssp != null ? new BCSIterator(bcsssp.getServiceProvider().getCurrentServiceSelectors(getBeanContextServicesPeer(), serviceClass)) : null;
/openjdk7/jdk/test/java/beans/beancontext/
H A DTest4328406.java72 public Iterator getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass) { method in class:MyService1
105 public Iterator getCurrentServiceSelectors(BeanContextServices bcs, Class serviceClass) { method in class:MyService2

Completed in 52 milliseconds