Class BeanManagerLookupService

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.api.Service

    public class BeanManagerLookupService
    extends Object
    implements org.jboss.weld.bootstrap.api.Service
    Simple facade over CDI11Deployment that allows BeanManager for a given class to be looked up at runtime.
    Author:
    Jozef Hartinger, Marko Luksa
    • Constructor Detail

      • BeanManagerLookupService

        public BeanManagerLookupService​(org.jboss.weld.bootstrap.spi.CDI11Deployment deployment,
                                        ConcurrentMap<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,​BeanManagerImpl> bdaToBeanManagerMap)
    • Method Detail

      • cleanup

        public void cleanup()
        Specified by:
        cleanup in interface org.jboss.weld.bootstrap.api.Service