S - the HttpSession specification typeSC - the ServletContext specification typeAL - the HttpSessionAttributeListener specification typeV - the attributes value typeMC - the marshalling context typeLC - the local context typepublic abstract class MarshalledValueSessionAttributesFactoryConfiguration<S,SC,AL,V,MC,LC> extends Object implements SessionAttributesFactoryConfiguration<S,SC,AL,V,org.wildfly.clustering.marshalling.spi.MarshalledValue<V,MC>>
SessionAttributes objects, based on marshalled values.| Modifier | Constructor and Description |
|---|---|
protected |
MarshalledValueSessionAttributesFactoryConfiguration(SessionManagerFactoryConfiguration<S,SC,AL,MC,LC> configuration) |
| Modifier and Type | Method and Description |
|---|---|
HttpSessionActivationListenerProvider<S,SC,AL> |
getHttpSessionActivationListenerProvider() |
org.wildfly.clustering.ee.Immutability |
getImmutability() |
org.wildfly.clustering.marshalling.spi.Marshaller<V,org.wildfly.clustering.marshalling.spi.MarshalledValue<V,MC>> |
getMarshaller() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachePropertiespublic org.wildfly.clustering.marshalling.spi.Marshaller<V,org.wildfly.clustering.marshalling.spi.MarshalledValue<V,MC>> getMarshaller()
getMarshaller in interface SessionAttributesFactoryConfiguration<S,SC,AL,V,org.wildfly.clustering.marshalling.spi.MarshalledValue<V,MC>>public org.wildfly.clustering.ee.Immutability getImmutability()
getImmutability in interface SessionAttributesFactoryConfiguration<S,SC,AL,V,org.wildfly.clustering.marshalling.spi.MarshalledValue<V,MC>>public HttpSessionActivationListenerProvider<S,SC,AL> getHttpSessionActivationListenerProvider()
getHttpSessionActivationListenerProvider in interface SessionAttributesFactoryConfiguration<S,SC,AL,V,org.wildfly.clustering.marshalling.spi.MarshalledValue<V,MC>>Copyright © 2021 JBoss by Red Hat. All rights reserved.