org.jboss.weld.serialization.spi.helpers
Interface SerializableContextualInstance<C extends javax.enterprise.context.spi.Contextual<I>,I>
- All Superinterfaces:
- ContextualInstance<I>, Serializable
public interface SerializableContextualInstance<C extends javax.enterprise.context.spi.Contextual<I>,I>
- extends ContextualInstance<I>, Serializable
A Serializable wrapper for a ContextualInstance
- Author:
- Pete Muir, Marius Bogoevici
getContextual
SerializableContextual<C,I> getContextual()
- Specified by:
getContextual
in interface ContextualInstance<I>
getInstance
I getInstance()
- Specified by:
getInstance
in interface ContextualInstance<I>
getCreationalContext
javax.enterprise.context.spi.CreationalContext<I> getCreationalContext()
- Specified by:
getCreationalContext
in interface ContextualInstance<I>
Copyright © 2013 Seam Framework. All Rights Reserved.