public interface SessionManagerFactory
Modifier and Type | Method and Description |
---|---|
<C> SessionManager<C> |
createSessionManager(SessionContext context,
IdentifierFactory<String> idFactory,
LocalContextFactory<C> localContextFactory)
Create as session manager using the specified context and identifier factory.
|
<C> SessionManager<C> 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.