Interface SessionManagerFactory<C,SC>

Type Parameters:
C - the session manager context type
SC - the session context type
All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
HotRodSessionManagerFactory, InfinispanSessionManagerFactory

public interface SessionManagerFactory<C,SC> extends AutoCloseable
A factory for creating a session manager.
Author:
Paul Ferraro