Uses of Interface
org.wildfly.clustering.web.cache.session.SessionAttributesFactory
-
Packages that use SessionAttributesFactory Package Description org.wildfly.clustering.web.cache.session -
-
Uses of SessionAttributesFactory in org.wildfly.clustering.web.cache.session
Methods in org.wildfly.clustering.web.cache.session that return SessionAttributesFactory Modifier and Type Method Description SessionAttributesFactory<C,V>CompositeSessionFactory. getAttributesFactory()SessionAttributesFactory<SC,AV>SessionFactory. getAttributesFactory()Constructors in org.wildfly.clustering.web.cache.session with parameters of type SessionAttributesFactory Constructor Description CompositeSessionFactory(SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> metaDataFactory, SessionAttributesFactory<C,V> attributesFactory, LocalContextFactory<L> localContextFactory)
-