Package org.apache.webbeans.context
Class SessionContext
java.lang.Object
org.apache.webbeans.context.AbstractContext
org.apache.webbeans.context.PassivatingContext
org.apache.webbeans.context.SessionContext
- All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext,jakarta.enterprise.context.spi.Context,Externalizable,Serializable
Session context implementation.
- See Also:
-
Field Summary
Fields inherited from class org.apache.webbeans.context.AbstractContext
active, componentInstanceMap, scopeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy(jakarta.enterprise.context.spi.Contextual<?> contextual) voidMethods inherited from class org.apache.webbeans.context.PassivatingContext
readExternal, writeExternalMethods inherited from class org.apache.webbeans.context.AbstractContext
checkActive, destroy, destroyInstance, get, get, getInstance, getScope, isActive, setActive
-
Constructor Details
-
SessionContext
public SessionContext()
-
-
Method Details
-
setComponentInstanceMap
public void setComponentInstanceMap()Description copied from class:AbstractContext- Specified by:
setComponentInstanceMapin classAbstractContext
-
destroy
public void destroy(jakarta.enterprise.context.spi.Contextual<?> contextual) - Specified by:
destroyin interfacejakarta.enterprise.context.spi.AlterableContext- Overrides:
destroyin classAbstractContext
-