org.jboss.weld.context
Class SerializableContextualInstanceImpl<C extends javax.enterprise.context.spi.Contextual<I>,I>

java.lang.Object
  extended by org.jboss.weld.context.SerializableContextualInstanceImpl<C,I>
All Implemented Interfaces:
Serializable, org.jboss.weld.context.api.ContextualInstance<I>, org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C,I>

public class SerializableContextualInstanceImpl<C extends javax.enterprise.context.spi.Contextual<I>,I>
extends Object
implements org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C,I>

See Also:
Serialized Form

Constructor Summary
SerializableContextualInstanceImpl(C contextual, I instance, javax.enterprise.context.spi.CreationalContext<I> creationalContext, org.jboss.weld.serialization.spi.ContextualStore contextualStore)
           
SerializableContextualInstanceImpl(org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> contextual, I instance, javax.enterprise.context.spi.CreationalContext<I> creationalContext)
           
 
Method Summary
 org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> getContextual()
           
 javax.enterprise.context.spi.CreationalContext<I> getCreationalContext()
           
 I getInstance()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializableContextualInstanceImpl

public SerializableContextualInstanceImpl(C contextual,
                                          I instance,
                                          javax.enterprise.context.spi.CreationalContext<I> creationalContext,
                                          org.jboss.weld.serialization.spi.ContextualStore contextualStore)

SerializableContextualInstanceImpl

public SerializableContextualInstanceImpl(org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> contextual,
                                          I instance,
                                          javax.enterprise.context.spi.CreationalContext<I> creationalContext)
Method Detail

getContextual

public org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> getContextual()
Specified by:
getContextual in interface org.jboss.weld.context.api.ContextualInstance<I>
Specified by:
getContextual in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C extends javax.enterprise.context.spi.Contextual<I>,I>

getInstance

public I getInstance()
Specified by:
getInstance in interface org.jboss.weld.context.api.ContextualInstance<I>
Specified by:
getInstance in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C extends javax.enterprise.context.spi.Contextual<I>,I>

getCreationalContext

public javax.enterprise.context.spi.CreationalContext<I> getCreationalContext()
Specified by:
getCreationalContext in interface org.jboss.weld.context.api.ContextualInstance<I>
Specified by:
getCreationalContext in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C extends javax.enterprise.context.spi.Contextual<I>,I>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Seam Framework. All Rights Reserved.