Class AbstractUnboundContext

All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext, jakarta.enterprise.context.spi.Context, ManagedContext, 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 Details

    • AbstractUnboundContext

      public AbstractUnboundContext(String contextId, boolean multithreaded)
  • Method Details