Uses of Interface
org.wildfly.clustering.web.cache.session.metadata.ImmutableSessionMetaDataFactory
-
Packages that use ImmutableSessionMetaDataFactory Package Description org.wildfly.clustering.web.cache.session org.wildfly.clustering.web.cache.session.metadata -
-
Uses of ImmutableSessionMetaDataFactory in org.wildfly.clustering.web.cache.session
Methods in org.wildfly.clustering.web.cache.session that return ImmutableSessionMetaDataFactory Modifier and Type Method Description ImmutableSessionMetaDataFactory<MV>CompositeImmutableSessionFactory. getMetaDataFactory()ImmutableSessionMetaDataFactory<MV>ImmutableSessionFactory. getMetaDataFactory()Constructors in org.wildfly.clustering.web.cache.session with parameters of type ImmutableSessionMetaDataFactory Constructor Description CompositeImmutableSessionFactory(ImmutableSessionMetaDataFactory<MV> metaDataFactory, ImmutableSessionAttributesFactory<AV> attributesFactory) -
Uses of ImmutableSessionMetaDataFactory in org.wildfly.clustering.web.cache.session.metadata
Subinterfaces of ImmutableSessionMetaDataFactory in org.wildfly.clustering.web.cache.session.metadata Modifier and Type Interface Description interfaceSessionMetaDataFactory<V>
-