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