Interface ExtendedBeanManager.LifecycleListener

  • All Known Implementing Classes:
    CdiBeanContainerExtendedAccessImpl
    Enclosing interface:
    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.

    • Method Detail

      • beanManagerInitialized

        void beanManagerInitialized​(BeanManager beanManager)
      • beforeBeanManagerDestroyed

        void beforeBeanManagerDestroyed​(BeanManager beanManager)