public interface SessionManagerFactory<L,B extends Batch> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SessionManager<L,B> |
createSessionManager(SessionManagerConfiguration configuration)
Create as session manager using the specified context and identifier factory.
|
SessionManager<L,B> createSessionManager(SessionManagerConfiguration configuration)
context - a session contextidFactory - a session identifier factoryvoid close()
close in interface AutoCloseableCopyright © 2020 JBoss by Red Hat. All rights reserved.