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 |
InfinispanSession<L>
Generic session implementation - independent of cache mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
Session<L> |
InfinispanSessionManager.createSession(String id) |
Session<L> |
InfinispanSessionFactory.createSession(String id,
Map.Entry<InfinispanSessionMetaData<L>,V> entry) |
Session<L> |
SessionFactory.createSession(String id,
Map.Entry<MV,AV> value) |
Session<L> |
InfinispanSessionManager.findSession(String id) |
Modifier and Type | Method and Description |
---|---|
Session<L> |
SessionManager.createSession(String id)
Returns the session with the specified identifier, creating one if necessary
Sessions returned by this method must be closed via
close() . |
Session<L> |
SessionManager.findSession(String id)
Returns the session with the specified identifier, or null if none exists.
|
Constructor and Description |
---|
DistributableSession(UndertowSessionManager manager,
Session<LocalSessionContext> session,
io.undertow.server.session.SessionConfig config,
Batch batch) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.