SC - the ServletContext specification typeLC - the local context typeB - the batch typepublic interface SessionManagerFactory<SC,LC,B extends Batch> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SessionManager<LC,B> |
createSessionManager(SessionManagerConfiguration<SC> configuration)
Create as session manager using the specified context and identifier factory.
|
SessionManager<LC,B> createSessionManager(SessionManagerConfiguration<SC> configuration)
context - a session contextidFactory - a session identifier factoryvoid close()
close in interface AutoCloseableCopyright © 2021 JBoss by Red Hat. All rights reserved.