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