Package org.jboss.weld.context.ejb
Interface EjbRequestContext
- All Superinterfaces:
jakarta.enterprise.context.spi.AlterableContext,BoundContext<jakarta.interceptor.InvocationContext>,jakarta.enterprise.context.spi.Context,ManagedContext,RequestContext,WeldAlterableContext
public interface EjbRequestContext
extends RequestContext, BoundContext<jakarta.interceptor.InvocationContext>
A request context which can be bound to the InvocationContext. The context is automatically attached to the map on
activation, and detached when ManagedContext.invalidate() is called.
This context is not thread safe, and provides no thread safety for the underlying map.
- Author:
- Pete Muir
-
Method Summary
Methods inherited from interface jakarta.enterprise.context.spi.AlterableContext
destroyMethods inherited from interface org.jboss.weld.context.BoundContext
associate, dissociateMethods inherited from interface jakarta.enterprise.context.spi.Context
get, get, getScope, isActiveMethods inherited from interface org.jboss.weld.context.ManagedContext
activate, deactivate, invalidateMethods inherited from interface org.jboss.weld.context.WeldAlterableContext
clearAndSet, getAllContextualInstances