Class AbstractUnboundContext

  • All Implemented Interfaces:
    jakarta.enterprise.context.spi.AlterableContext, jakarta.enterprise.context.spi.Context, org.jboss.weld.context.ManagedContext, org.jboss.weld.context.WeldAlterableContext
    Direct Known Subclasses:
    RequestContextImpl

    public abstract class AbstractUnboundContext
    extends AbstractManagedContext
    Base class for contexts using a thread local to store a bound bean context
    Author:
    Pete Muir
    • Constructor Detail

      • AbstractUnboundContext

        public AbstractUnboundContext​(String contextId,
                                      boolean multithreaded)