Class DistributedContextualStore

  • All Implemented Interfaces:
    org.jboss.weld.bootstrap.api.Service, org.jboss.weld.serialization.spi.ContextualStore

    public class DistributedContextualStore
    extends org.jboss.weld.serialization.ContextualStoreImpl
    ContextualStore implementation for distributed applications.
    Author:
    Paul Ferraro
    • Constructor Detail

      • DistributedContextualStore

        public DistributedContextualStore​(String contextId)
    • Method Detail

      • getSerializableContextual

        public <C extends jakarta.enterprise.context.spi.Contextual<I>,​I> org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,​I> getSerializableContextual​(jakarta.enterprise.context.spi.Contextual<I> contextual)
        Specified by:
        getSerializableContextual in interface org.jboss.weld.serialization.spi.ContextualStore
        Overrides:
        getSerializableContextual in class org.jboss.weld.serialization.ContextualStoreImpl