Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session | |
org.wildfly.clustering.web.session | |
org.wildfly.clustering.web.undertow.session |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSessionManager<V,L>
Generic session manager implementation - independent of cache mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
<L> SessionManager<L> |
InfinispanSessionManagerFactory.createSessionManager(SessionContext context,
SessionIdentifierFactory identifierFactory,
LocalContextFactory<L> localContextFactory) |
Modifier and Type | Method and Description |
---|---|
<C> SessionManager<C> |
SessionManagerFactory.createSessionManager(SessionContext context,
SessionIdentifierFactory idFactory,
LocalContextFactory<C> localContextFactory)
Create as session manager using the specified context and identifier factory.
|
Modifier and Type | Method and Description |
---|---|
SessionManager<LocalSessionContext> |
SessionManagerAdapter.getSessionManager() |
SessionManager<LocalSessionContext> |
UndertowSessionManager.getSessionManager() |
Constructor and Description |
---|
SessionManagerAdapter(SessionManager<LocalSessionContext> manager) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.