public class BeanManagerLookupService extends Object implements Service
CDI11Deployment that allows BeanManager for a given class to be looked up at runtime.| Constructor and Description |
|---|
BeanManagerLookupService(CDI11Deployment deployment,
ConcurrentMap<BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
static BeanManagerImpl |
lookupBeanManager(Class<?> javaClass,
BeanManagerImpl fallback) |
public BeanManagerLookupService(CDI11Deployment deployment, ConcurrentMap<BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap)
public static BeanManagerImpl lookupBeanManager(Class<?> javaClass, BeanManagerImpl fallback)
Copyright © 2014. All Rights Reserved.