Class DistributedContextualStore

java.lang.Object
org.jboss.weld.serialization.ContextualStoreImpl
org.wildfly.clustering.weld.serialization.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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <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)
     

    Methods inherited from class org.jboss.weld.serialization.ContextualStoreImpl

    cleanup, getContextual, getContextual, getSerializableContextualInstance, putIfAbsent, removeAll

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DistributedContextualStore

      public DistributedContextualStore(String contextId)
  • Method Details

    • 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