Class PassivationCapableSerializableContextual<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,I>
java.lang.Object
org.jboss.weld.contexts.ForwardingContextual<I>
org.wildfly.clustering.weld.contexts.PassivationCapableSerializableContextual<C,I>
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<I>,jakarta.enterprise.inject.spi.PassivationCapable,Serializable,org.jboss.weld.bean.WrappedContextual<I>,org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,,I> MarshallableContextual<C>,PassivationCapableContextual<C,I>
public class PassivationCapableSerializableContextual<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,I>
extends org.jboss.weld.contexts.ForwardingContextual<I>
implements PassivationCapableContextual<C,I>, org.jboss.weld.bean.WrappedContextual<I>, MarshallableContextual<C>
- Author:
- Paul Ferraro
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.weld.contexts.ForwardingContextual
create, destroy, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.context.spi.Contextual
create, destroy
-
Constructor Details
-
PassivationCapableSerializableContextual
-
-
Method Details
-
getIdentifier
public org.jboss.weld.serialization.spi.BeanIdentifier getIdentifier()- Specified by:
getIdentifierin interfaceMarshallableContextual<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable>
-
getInstance
- Specified by:
getInstancein interfaceMarshallableContextual<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable>
-
getId
- Specified by:
getIdin interfacejakarta.enterprise.inject.spi.PassivationCapable
-
get
-
delegate
-
getContextId
Description copied from interface:PassivationCapableContextualReturns the identifier of this context.- Specified by:
getContextIdin interfacePassivationCapableContextual<C extends jakarta.enterprise.context.spi.Contextual<I> & jakarta.enterprise.inject.spi.PassivationCapable,I> - Returns:
- a context identifier.
-