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<MV,AV,L>
Generic session manager implementation - independent of cache mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
<L> SessionManager<L,TransactionBatch> |
InfinispanSessionManagerFactory.createSessionManager(SessionManagerConfiguration<L> configuration) |
Modifier and Type | Method and Description |
---|---|
<C> SessionManager<C,B> |
SessionManagerFactory.createSessionManager(SessionManagerConfiguration<C> configuration)
Create as session manager using the specified context and identifier factory.
|
Modifier and Type | Method and Description |
---|---|
SessionManager<LocalSessionContext,Batch> |
UndertowSessionManager.getSessionManager()
Returns underlying distributable session manager implementation.
|
SessionManager<LocalSessionContext,Batch> |
DistributableSessionManager.getSessionManager() |
Constructor and Description |
---|
DistributableSessionManager(String deploymentName,
SessionManager<LocalSessionContext,Batch> manager,
io.undertow.server.session.SessionListeners listeners,
RecordableSessionManagerStatistics statistics) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.