Package org.jboss.weld.contexts
Class PassivatingContextWrapper
- java.lang.Object
-
- org.jboss.weld.contexts.PassivatingContextWrapper
-
public class PassivatingContextWrapper extends Object
Wraps a passivating context with a wrapper that guarantees that each call to the context is done with serializableContextual. The wrapper usesSerializableContextualif necessary.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.enterprise.context.spi.Contextunwrap(jakarta.enterprise.context.spi.Context context)static jakarta.enterprise.context.spi.Contextwrap(jakarta.enterprise.context.spi.Context context, org.jboss.weld.serialization.spi.ContextualStore store)
-