org.jboss.weld.context.ejb
Interface EjbRequestContext
- All Superinterfaces:
- BoundContext<javax.interceptor.InvocationContext>, javax.enterprise.context.spi.Context, ManagedContext, RequestContext
public interface EjbRequestContext
- extends RequestContext, BoundContext<javax.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
Methods inherited from interface javax.enterprise.context.spi.Context |
get, get, getScope, isActive |
Copyright © 2013 Seam Framework. All Rights Reserved.