Interface ImmutableSessionFactory<MV,AV>

All Superinterfaces:
Locator<String,Map.Entry<MV,AV>>
All Known Subinterfaces:
SessionFactory<SC,MV,AV,LC>
All Known Implementing Classes:
CompositeImmutableSessionFactory, CompositeSessionFactory

public interface ImmutableSessionFactory<MV,AV> extends Locator<String,Map.Entry<MV,AV>>
Factory for creating an ImmutableSession.
Author:
Paul Ferraro