Package org.jboss.weld.contexts.bound
Class BoundSessionContextImpl
java.lang.Object
org.jboss.weld.contexts.AbstractContext
org.jboss.weld.contexts.AbstractManagedContext
org.jboss.weld.contexts.AbstractBoundContext<Map<String,Object>>
org.jboss.weld.contexts.bound.BoundSessionContextImpl
- All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext
,jakarta.enterprise.context.spi.Context
,BoundSessionContext
,BoundContext<Map<String,
,Object>> ManagedContext
,SessionContext
,WeldAlterableContext
public class BoundSessionContextImpl
extends AbstractBoundContext<Map<String,Object>>
implements BoundSessionContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.contexts.AbstractBoundContext
activate, cleanup, clearAndSet, deactivate, dissociate, getAllContextualInstances, getBeanStore, setBeanStore
Methods inherited from class org.jboss.weld.contexts.AbstractManagedContext
invalidate, isActive, isValid, removeState, setActive
Methods inherited from class org.jboss.weld.contexts.AbstractContext
checkContextInitialized, destroy, destroy, get, get, getContextual, getId, getServiceRegistry, isMultithreaded
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.enterprise.context.spi.AlterableContext
destroy
Methods inherited from interface org.jboss.weld.context.BoundContext
dissociate
Methods inherited from interface jakarta.enterprise.context.spi.Context
get, get, isActive
Methods inherited from interface org.jboss.weld.context.ManagedContext
activate, deactivate, invalidate
Methods inherited from interface org.jboss.weld.context.WeldAlterableContext
clearAndSet, getAllContextualInstances
-
Constructor Details
-
BoundSessionContextImpl
-
-
Method Details
-
getScope
- Specified by:
getScope
in interfacejakarta.enterprise.context.spi.Context
-
associate
Description copied from interface:BoundContext
Associate the context with the storage (for this thread). OnceBoundContext.associate(Object)
has been called, further calls toBoundContext.associate(Object)
will be ignored, until the context has been subsequentlyBoundContext.dissociate(Object)
from the storage.- Specified by:
associate
in interfaceBoundContext<Map<String,
Object>> - Parameters:
storage
- the external storage- Returns:
- true if the storage was attached, otherwise false
-