- getBean(Class<T>, Annotation...) - Method in class org.soulwing.cdi.DelegatingSimpleBeanManager
-
Gets a reference to a bean of the given type.
- getBean(String, Class<T>) - Method in class org.soulwing.cdi.DelegatingSimpleBeanManager
-
- getBean(Class<T>, Annotation...) - Method in interface org.soulwing.cdi.SimpleBeanManager
-
Gets a reference to a bean of the given type.
- getBean(String, Class<T>) - Method in interface org.soulwing.cdi.SimpleBeanManager
-
Gets a reference to a bean with the given name.
- getBeanManager() - Method in interface org.soulwing.cdi.BeanManagerLocator
-
Gets the bean manager by locating it in the JNDI registry.
- getBeanManager() - Method in class org.soulwing.cdi.jndi.JndiBeanManagerLocator
-
Gets the bean manager by locating it in the JNDI registry.
- getBeans(Class<T>, Annotation...) - Method in class org.soulwing.cdi.DelegatingSimpleBeanManager
-
Gets a set of references to beans of the given type.
- getBeans(Class<T>, Annotation...) - Method in interface org.soulwing.cdi.SimpleBeanManager
-
Gets a set of references to beans of the given type.
- getDelegate() - Method in class org.soulwing.cdi.DelegatingSimpleBeanManager
-
Gets the underlying BeanManager
.
- getDelegate() - Method in interface org.soulwing.cdi.SimpleBeanManager
-
Gets the underlying BeanManager
.
- getInstance() - Static method in class org.soulwing.cdi.jndi.JndiBeanManagerLocator
-
Gets a reference to a shared static instance.
- getSimpleBeanManager() - Method in interface org.soulwing.cdi.BeanManagerLocator
-
Gets a simple bean manager by locating and wrapping the CDI bean
manager in the JNDI registry.
- getSimpleBeanManager() - Method in class org.soulwing.cdi.jndi.JndiBeanManagerLocator
-
Gets a simple bean manager by locating and wrapping the CDI bean
manager in the JNDI registry.