Uses of Class
org.wildfly.clustering.web.cache.session.CompositeSessionMetaDataEntry
-
Packages that use CompositeSessionMetaDataEntry Package Description org.wildfly.clustering.web.cache.session -
-
Uses of CompositeSessionMetaDataEntry in org.wildfly.clustering.web.cache.session
Methods in org.wildfly.clustering.web.cache.session that return types with arguments of type CompositeSessionMetaDataEntry Modifier and Type Method Description Map.Entry<CompositeSessionMetaDataEntry<L>,V>CompositeSessionFactory. createValue(String id, SessionCreationMetaData creationMetaData)Map.Entry<CompositeSessionMetaDataEntry<L>,V>CompositeImmutableSessionFactory. findValue(String id)Map.Entry<CompositeSessionMetaDataEntry<L>,V>CompositeSessionFactory. findValue(String id)ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>>CompositeImmutableSessionFactory. getMetaDataFactory()SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>>CompositeSessionFactory. getMetaDataFactory()Map.Entry<CompositeSessionMetaDataEntry<L>,V>CompositeImmutableSessionFactory. tryValue(String id)Map.Entry<CompositeSessionMetaDataEntry<L>,V>CompositeSessionFactory. tryValue(String id)Method parameters in org.wildfly.clustering.web.cache.session with type arguments of type CompositeSessionMetaDataEntry Modifier and Type Method Description Session<L>CompositeSessionFactory. createSession(String id, Map.Entry<CompositeSessionMetaDataEntry<L>,V> entry, C context)Constructor parameters in org.wildfly.clustering.web.cache.session with type arguments of type CompositeSessionMetaDataEntry Constructor Description CompositeImmutableSessionFactory(ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> metaDataFactory, ImmutableSessionAttributesFactory<V> attributesFactory)CompositeSessionFactory(SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> metaDataFactory, SessionAttributesFactory<C,V> attributesFactory, LocalContextFactory<L> localContextFactory)
-