org.jboss.weld.context
Class SerializableContextualInstanceImpl<C extends javax.enterprise.context.spi.Contextual<I>,I>
java.lang.Object
org.jboss.weld.context.SerializableContextualInstanceImpl<C,I>
- All Implemented Interfaces:
- java.io.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 java.lang.Object
- implements org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance<C,I>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SerializableContextualInstanceImpl
public SerializableContextualInstanceImpl(C contextual,
I instance,
javax.enterprise.context.spi.CreationalContext<I> creationalContext)
SerializableContextualInstanceImpl
public SerializableContextualInstanceImpl(org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I> contextual,
I instance,
javax.enterprise.context.spi.CreationalContext<I> creationalContext)
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 java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2010 Seam Framework. All Rights Reserved.