接口 ExtendedBeanManager.LifecycleListener

  • 所有已知子接口:
    ExtendedBeanManager.LifecycleListener
    所有已知实现类:
    CdiBeanContainerExtendedAccessImpl
    封闭接口:
    ExtendedBeanManager

    public static interface ExtendedBeanManager.LifecycleListener
    Contract for things interested in receiving notifications of BeanManager lifecycle events.

    A "beanManagerDestroyed" notifications would probably also be generally useful, although we do not need it here and not sure WildFly can really tell us that reliably.

    • 方法详细资料

      • beanManagerInitialized

        void beanManagerInitialized​(javax.enterprise.inject.spi.BeanManager beanManager)
      • beforeBeanManagerDestroyed

        void beforeBeanManagerDestroyed​(javax.enterprise.inject.spi.BeanManager beanManager)