Interface SessionManagerFactory<SC,LC,B extends Batch>

Type Parameters:
SC - the ServletContext specification type
LC - the local context type
B - the batch type
All Superinterfaces:
AutoCloseable

public interface SessionManagerFactory<SC,LC,B extends Batch> extends AutoCloseable
A factory for creating a session manager.
Author:
Paul Ferraro
  • Method Details

    • createSessionManager

      SessionManager<LC,B> createSessionManager(SessionManagerConfiguration<SC> configuration)
      Create as session manager using the specified context and identifier factory.
      Parameters:
      context - a session context
      idFactory - a session identifier factory
      Returns:
      a new session manager
    • close

      void close()
      Specified by:
      close in interface AutoCloseable