Class AbstractBoundContext<S>

All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext, jakarta.enterprise.context.spi.Context, BoundContext<S>, ManagedContext, WeldAlterableContext
Direct Known Subclasses:
AbstractConversationContext, BoundRequestContextImpl, BoundSessionContextImpl

public abstract class AbstractBoundContext<S> extends AbstractManagedContext implements BoundContext<S>
Base class for contexts using a thread local to store a bound bean context
Author:
Pete Muir