public class BeanManagerLookupService extends Object implements org.jboss.weld.bootstrap.api.Service
CDI11Deployment
that allows BeanManager
for a given class to be looked up at runtime.Constructor and Description |
---|
BeanManagerLookupService(org.jboss.weld.bootstrap.spi.CDI11Deployment deployment,
ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
static BeanManagerImpl |
lookupBeanManager(Class<?> javaClass,
BeanManagerImpl fallback) |
public BeanManagerLookupService(org.jboss.weld.bootstrap.spi.CDI11Deployment deployment, ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> bdaToBeanManagerMap)
public static BeanManagerImpl lookupBeanManager(Class<?> javaClass, BeanManagerImpl fallback)
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2016. All rights reserved.