Class BeanManagerLookup


  • public class BeanManagerLookup
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String jndiName
      provide a custom jndi lookup name
      static javax.enterprise.inject.spi.BeanManager localInstance
      holds a local beanManager if no jndi is available
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.enterprise.inject.spi.BeanManager getBeanManager()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • localInstance

        public static javax.enterprise.inject.spi.BeanManager localInstance
        holds a local beanManager if no jndi is available
      • jndiName

        public static java.lang.String jndiName
        provide a custom jndi lookup name
    • Constructor Detail

      • BeanManagerLookup

        public BeanManagerLookup()
    • Method Detail

      • getBeanManager

        public static javax.enterprise.inject.spi.BeanManager getBeanManager()