public interface EjbRequestContext extends RequestContext, BoundContext<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.
activate, deactivate, invalidate
destroy
associate, dissociate
Copyright © 2016 JBoss by Red Hat. All rights reserved.