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,
Map<BeanDeploymentArchive,BeanDeployment> deployments) |
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, Map<BeanDeploymentArchive,BeanDeployment> deployments)
public static BeanManagerImpl lookupBeanManager(Class<?> javaClass, BeanManagerImpl fallback)
Copyright © 2013 Seam Framework. All Rights Reserved.