Class AbstractUnboundContext

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

    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)