public interface SessionManagerFactory<B extends Batch>
| Modifier and Type | Method and Description |
|---|---|
<C> SessionManager<C,B> |
createSessionManager(SessionContext context,
IdentifierFactory<String> idFactory,
LocalContextFactory<C> localContextFactory)
Create as session manager using the specified context and identifier factory.
|
<C> SessionManager<C,B> createSessionManager(SessionContext context, IdentifierFactory<String> idFactory, LocalContextFactory<C> localContextFactory)
context - a session contextidFactory - a session identifier factoryCopyright © 2015 JBoss by Red Hat. All rights reserved.