Package org.jboss.weld.context
Class PassivatingContextWrapper
- java.lang.Object
-
- org.jboss.weld.context.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 javax.enterprise.context.spi.Contextunwrap(javax.enterprise.context.spi.Context context)static javax.enterprise.context.spi.Contextwrap(javax.enterprise.context.spi.Context context, org.jboss.weld.serialization.spi.ContextualStore store)
-