org.jboss.weld.context.bound
Interface BoundSessionContext
- All Superinterfaces:
- BoundContext<Map<String,Object>>, javax.enterprise.context.spi.Context, ManagedContext, SessionContext
public interface BoundSessionContext
- extends SessionContext, BoundContext<Map<String,Object>>
A session context which can be bound to any Map. 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. A thread-safe map can be used to back the context.
- Author:
- Pete Muir
Methods inherited from interface javax.enterprise.context.spi.Context |
get, get, getScope, isActive |
Copyright © 2013 Seam Framework. All Rights Reserved.