Package org.apache.webbeans.context
Class PassivatingContext
java.lang.Object
org.apache.webbeans.context.AbstractContext
org.apache.webbeans.context.PassivatingContext
- All Implemented Interfaces:
jakarta.enterprise.context.spi.AlterableContext,jakarta.enterprise.context.spi.Context,Externalizable,Serializable
- Direct Known Subclasses:
ConversationContext,SessionContext
Base class for passivating contexts.
It basically provides serialisation support
- See Also:
-
Field Summary
Fields inherited from class org.apache.webbeans.context.AbstractContext
active, componentInstanceMap, scopeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class org.apache.webbeans.context.AbstractContext
checkActive, destroy, destroy, destroyInstance, get, get, getInstance, getScope, isActive, setActive, setComponentInstanceMap
-
Constructor Details
-
PassivatingContext
-
-
Method Details
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-