Modifier and Type | Class and Description |
---|---|
class |
SimpleImmutableSessionAttributes
An immutable "snapshot" of a session's attributes which can be accessed outside the scope of a transaction.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSessionAttributes |
SimpleImmutableSession.getAttributes() |
ImmutableSessionAttributes |
InfinispanImmutableSession.getAttributes() |
Constructor and Description |
---|
InfinispanImmutableSession(String id,
ImmutableSessionMetaData metaData,
ImmutableSessionAttributes attributes,
SessionContext context) |
SimpleImmutableSessionAttributes(ImmutableSessionAttributes attributes) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseImmutableSessionAttributes
Exposes session attributes for a coarse granularity session.
|
class |
CoarseSessionAttributes
Exposes session attributes for a coarse granularity session.
|
Modifier and Type | Class and Description |
---|---|
class |
FineImmutableSessionAttributes<V>
Exposes session attributes for fine granularity sessions.
|
class |
FineSessionAttributes<V>
Exposes session attributes for fine granularity sessions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionAttributes
Exposes accesses to the attributes of a session.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSessionAttributes |
ImmutableSession.getAttributes()
Returns this session's attributes.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.