public interface SerializableContextualInstance<C extends javax.enterprise.context.spi.Contextual<I>,I> extends ContextualInstance<I>, Serializable
ContextualInstance| Modifier and Type | Method and Description |
|---|---|
SerializableContextual<C,I> |
getContextual() |
javax.enterprise.context.spi.CreationalContext<I> |
getCreationalContext() |
I |
getInstance() |
SerializableContextual<C,I> getContextual()
getContextual in interface ContextualInstance<I>I getInstance()
getInstance in interface ContextualInstance<I>javax.enterprise.context.spi.CreationalContext<I> getCreationalContext()
getCreationalContext in interface ContextualInstance<I>Copyright © 2008–2017. All rights reserved.