Interface SessionManagerFactory<SC,LC,B extends Batch>
- Type Parameters:
SC- the ServletContext specification typeLC- the local context typeB- the batch type
- All Superinterfaces:
AutoCloseable
A factory for creating a session manager.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()createSessionManager(SessionManagerConfiguration<SC> configuration) Create as session manager using the specified context and identifier factory.
-
Method Details
-
createSessionManager
Create as session manager using the specified context and identifier factory.- Parameters:
context- a session contextidFactory- a session identifier factory- Returns:
- a new session manager
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-