org.jboss.weld.serialization.spi.helpers
Interface SerializableContextual<C extends Contextual<I>,I>

All Superinterfaces:
Contextual<I>, java.io.Serializable

public interface SerializableContextual<C extends Contextual<I>,I>
extends java.io.Serializable, Contextual<I>

A serializable version of contextual that knows how to restore the original bean if necessary.

Author:
Pete Muir, Marius Bogoevici

Method Summary
 C get()
           
 
Methods inherited from interface javax.enterprise.context.spi.Contextual
create, destroy
 

Method Detail

get

C get()


Copyright © 2008-2009 Seam Framework. All Rights Reserved.