| Class | Description |
|---|---|
| AbstractJndiBeanManagerProvider |
A base for building a
BeanManagerProvider backed by JNDI |
| BeanManagerAware |
A convenient base class for obtaining a reference to the BeanManager from a non-managed class, or a class which may
not be managed in certain environments (i.e., a listener in a Servlet container).
|
| BeanManagerLocator |
A utility for use in non-managed classes, which are not able to obtain a reference to the
BeanManager using
injection. |
| BeanManagerUtils | |
| DefaultJndiBeanManagerProvider |
A
BeanManagerProvider that looks it up from the standard JNDI location |
| ServletContainerJndiBeanManagerProvider |
A
BeanManagerProvider that looks it up from the standard JNDI location used in servlet containers. |
| Exception | Description |
|---|---|
| BeanManagerUnavailableException |
A runtime exception that is thrown when the attempt to resolve the BeanManager using the
BeanManagerProvider
service fails to locate the BeanManager. |
Copyright © 2015 OCPsoft. All Rights Reserved.