Interface PassivationCapableContextual<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,​I>

  • All Superinterfaces:
    jakarta.enterprise.context.spi.Contextual<I>, jakarta.enterprise.inject.spi.PassivationCapable, Serializable, org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,​I>
    All Known Implementing Classes:
    PassivationCapableSerializableBean, PassivationCapableSerializableContextual

    public interface PassivationCapableContextual<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,​I>
    extends org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,​I>, jakarta.enterprise.inject.spi.PassivationCapable
    Author:
    Paul Ferraro
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContextId()
      Returns the identifier of this context.
      • Methods inherited from interface jakarta.enterprise.context.spi.Contextual

        create, destroy
      • Methods inherited from interface jakarta.enterprise.inject.spi.PassivationCapable

        getId
      • Methods inherited from interface org.jboss.weld.serialization.spi.helpers.SerializableContextual

        get
    • Method Detail

      • getContextId

        String getContextId()
        Returns the identifier of this context.
        Returns:
        a context identifier.