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

Method Summary
 SerializableContextual<C,I> getContextual()
           
 javax.enterprise.context.spi.CreationalContext<I> getCreationalContext()
           
 I getInstance()
           
 

Method Detail

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.