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> |
SessionFactory.createSession(String id,
V value) |
Session<L> |
InfinispanSessionManager.findSession(String id) |
Modifier and Type | Method and Description |
---|---|
Session<L> |
CoarseSessionFactory.createSession(String id,
CoarseSessionEntry<L> entry) |
Modifier and Type | Method and Description |
---|---|
Session<L> |
FineSessionFactory.createSession(String id,
FineSessionCacheEntry<L> entry) |
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 |
---|
HttpSessionAdapter(Session<?> session) |
Modifier and Type | Method and Description |
---|---|
protected Session<LocalSessionContext> |
SessionAdapter.getSession() |
Constructor and Description |
---|
SessionAdapter(UndertowSessionManager manager,
Session<LocalSessionContext> session,
io.undertow.server.session.SessionConfig config,
Batch batch) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.