| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanImmutableSession
Generic immutable session implementation - independent of cache mapping strategy.
|
class |
InfinispanSession<L>
Generic session implementation - independent of cache mapping strategy.
|
class |
SimpleImmutableSession
An immutable "snapshot" of a session which can be accessed outside the scope of a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
SessionFactory.createImmutableSession(String id,
V value) |
ImmutableSession |
InfinispanSessionManager.viewSession(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEvictionScheduler.cancel(ImmutableSession session) |
void |
SessionExpirationScheduler.cancel(ImmutableSession session) |
void |
SessionEvictionScheduler.schedule(ImmutableSession session) |
void |
SessionExpirationScheduler.schedule(ImmutableSession session) |
| Constructor and Description |
|---|
SimpleImmutableSession(ImmutableSession session) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
CoarseSessionFactory.createImmutableSession(String id,
CoarseSessionEntry<L> entry) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
FineSessionFactory.createImmutableSession(String id,
FineSessionCacheEntry<L> entry) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Session<L>
Represents a web session.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
SessionManager.viewSession(String id)
Returns a read-only view of the session with the specified identifier.
|
| Constructor and Description |
|---|
ImmutableHttpSessionAdapter(ImmutableSession session) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDistributableSession<S extends ImmutableSession>
Abstract Undertow adapter for a session.
|
| Modifier and Type | Method and Description |
|---|---|
protected ImmutableSession |
DistributableImmutableSession.getSession() |
| Constructor and Description |
|---|
DistributableImmutableSession(io.undertow.server.session.SessionManager manager,
ImmutableSession session) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.