Interface SessionAttributesFactoryConfiguration<S,C,L,V,SV>
-
- Type Parameters:
S- the HttpSession specification typeC- the ServletContext specification typeL- the HttpSessionActivationListener specification typeV- attributes cache entry typeSV- attributes serialized form type
- All Known Implementing Classes:
MarshalledValueSessionAttributesFactoryConfiguration
public interface SessionAttributesFactoryConfiguration<S,C,L,V,SV>Configuration of a factory for creating aSessionAttributesobject.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CachePropertiesgetCacheProperties()HttpSessionActivationListenerProvider<S,C,L>getHttpSessionActivationListenerProvider()org.wildfly.clustering.ee.ImmutabilitygetImmutability()org.wildfly.clustering.marshalling.spi.Marshaller<V,SV>getMarshaller()
-
-
-
Method Detail
-
getCacheProperties
CacheProperties getCacheProperties()
-
getImmutability
org.wildfly.clustering.ee.Immutability getImmutability()
-
getHttpSessionActivationListenerProvider
HttpSessionActivationListenerProvider<S,C,L> getHttpSessionActivationListenerProvider()
-
-