Class MarshalledValueMarshallerSessionAttributesFactoryConfiguration<S,DC,L,V>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.MarshallerSessionAttributesFactoryConfiguration<S,DC,L,V,org.wildfly.clustering.marshalling.MarshalledValue<V,org.wildfly.clustering.marshalling.ByteBufferMarshaller>>
org.wildfly.clustering.session.cache.attributes.MarshalledValueMarshallerSessionAttributesFactoryConfiguration<S,DC,L,V>
Type Parameters:
S - the HttpSession specification type
DC - the ServletContext specification type
L - the HttpSessionAttributeListener specification type
V - the attributes value type
MV - the serialized attributes value type
All Implemented Interfaces:
SessionAttributesFactoryConfiguration<S,DC,L,V,org.wildfly.clustering.marshalling.MarshalledValue<V,org.wildfly.clustering.marshalling.ByteBufferMarshaller>>

public abstract class MarshalledValueMarshallerSessionAttributesFactoryConfiguration<S,DC,L,V> extends MarshallerSessionAttributesFactoryConfiguration<S,DC,L,V,org.wildfly.clustering.marshalling.MarshalledValue<V,org.wildfly.clustering.marshalling.ByteBufferMarshaller>>
Configuration for a factory for creating SessionAttributes objects, based on marshalled values.
Author:
Paul Ferraro
  • Constructor Details

    • MarshalledValueMarshallerSessionAttributesFactoryConfiguration

      protected MarshalledValueMarshallerSessionAttributesFactoryConfiguration(SessionManagerFactoryConfiguration<S,DC,L,SC,B> configuration)