A B D G J N O S 

A

ALT_BEAN_MANAGER - Static variable in class org.soulwing.cdi.jndi.JndiBeanManagerLocator
 

B

BEAN_MANAGER - Static variable in class org.soulwing.cdi.jndi.JndiBeanManagerLocator
 
BeanManagerLocator - Interface in org.soulwing.cdi
A locator for the CDI BeanManager.

D

DelegatingSimpleBeanManager - Class in org.soulwing.cdi
A SimpleBeanManager that delegates to a BeanManager.
DelegatingSimpleBeanManager(BeanManager) - Constructor for class org.soulwing.cdi.DelegatingSimpleBeanManager
Constructs a new instance.

G

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.

J

JndiBeanManagerLocator - Class in org.soulwing.cdi.jndi
A singleton JNDI-based BeanManagerLocator.
JndiBeanManagerLocator(JndiLookup) - Constructor for class org.soulwing.cdi.jndi.JndiBeanManagerLocator
Constructs a new instance.

N

NoBeanManagerException - Exception in org.soulwing.cdi
An exception thrown when the bean manager cannot be located in the JNDI registry.
NoBeanManagerException() - Constructor for exception org.soulwing.cdi.NoBeanManagerException
 

O

org.soulwing.cdi - package org.soulwing.cdi
Utility classes for CDI
org.soulwing.cdi.jndi - package org.soulwing.cdi.jndi
JNDI lookup support for CDI

S

SimpleBeanManager - Interface in org.soulwing.cdi
A simple bean manager.
A B D G J N O S 

Copyright © 2014–2016 Carl Harris, Jr. All rights reserved.