Class InterceptionFactoryDataCache

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

    public class InterceptionFactoryDataCache
    extends Object
    implements org.jboss.weld.bootstrap.api.Service
    Allows to share data required for effective InterceptionFactory implementation.

    This is a per-BeanManager service.

    Author:
    Martin Kouba
    • Constructor Detail

      • InterceptionFactoryDataCache

        public InterceptionFactoryDataCache​(BeanManagerImpl beanManager)
        Parameters:
        beanManager -
    • Method Detail

      • cleanup

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