Uses of Interface
org.wildfly.clustering.web.cache.session.ImmutableSessionAttributesFactory
-
Packages that use ImmutableSessionAttributesFactory Package Description org.wildfly.clustering.web.cache.session -
-
Uses of ImmutableSessionAttributesFactory in org.wildfly.clustering.web.cache.session
Subinterfaces of ImmutableSessionAttributesFactory in org.wildfly.clustering.web.cache.session Modifier and Type Interface Description interfaceSessionAttributesFactory<C,V>Factory for creating aSessionAttributesobject.Methods in org.wildfly.clustering.web.cache.session that return ImmutableSessionAttributesFactory Modifier and Type Method Description ImmutableSessionAttributesFactory<V>CompositeImmutableSessionFactory. getAttributesFactory()ImmutableSessionAttributesFactory<AV>ImmutableSessionFactory. getAttributesFactory()Constructors in org.wildfly.clustering.web.cache.session with parameters of type ImmutableSessionAttributesFactory Constructor Description CompositeImmutableSessionFactory(ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> metaDataFactory, ImmutableSessionAttributesFactory<V> attributesFactory)
-