Interface ImmutableSessionFactory<MV,AV>
- All Known Subinterfaces:
SessionFactory<SC,MV, AV, LC>
- All Known Implementing Classes:
CompositeImmutableSessionFactory,CompositeSessionFactory
Factory for creating an
ImmutableSession.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault ImmutableSessioncreateImmutableSession(String id, Map.Entry<MV, AV> entry) createImmutableSession(String id, ImmutableSessionMetaData metaData, ImmutableSessionAttributes attributes)
-
Method Details
-
getMetaDataFactory
ImmutableSessionMetaDataFactory<MV> getMetaDataFactory() -
getAttributesFactory
ImmutableSessionAttributesFactory<AV> getAttributesFactory() -
createImmutableSession
-
createImmutableSession
ImmutableSession createImmutableSession(String id, ImmutableSessionMetaData metaData, ImmutableSessionAttributes attributes)
-