| Interface | Description |
|---|---|
| FilteringHttpSession |
An
HttpSession whose attributes can be filtered. |
| ImmutableSessionAccessMetaData |
Immutable view of the volatile aspects of a session's meta-data.
|
| ImmutableSessionAttributesFactory<V> |
Factory for creating
ImmutableSessionAttributes objects. |
| ImmutableSessionCreationMetaData |
Immutable view of the more static aspects of a session's meta-data.
|
| ImmutableSessionFactory<MV,AV> |
Factory for creating an
ImmutableSession. |
| ImmutableSessionMetaDataFactory<V> | |
| InvalidatableSessionMetaData | |
| SessionAccessMetaData |
The volatile aspects of a session's meta-data.
|
| SessionActivationNotifier |
Notifies attributes of a session implementing
HttpSessionActivationListener. |
| SessionAttributeActivationNotifier | |
| SessionAttributes | |
| SessionAttributesFactory<V> | |
| SessionAttributesFactoryConfiguration<V,S> |
Configuration of a factory for creating a
SessionAttributes object. |
| SessionBindingNotifier |
Notifies attributes of a session implementing
HttpSessionBindingListener. |
| SessionCreationMetaData |
The more static aspects of a session's meta-data.
|
| SessionFactory<MV,AV,L> |
Factory for creating sessions.
|
| SessionMetaDataFactory<V> |
| Class | Description |
|---|---|
| CompositeImmutableSession |
Generic immutable session implementation - independent of cache mapping strategy.
|
| CompositeImmutableSessionFactory<V,L> |
Generic immutable session factory implementation - independent of cache mapping strategy.
|
| CompositeSession<L> |
Generic session implementation - independent of cache mapping strategy.
|
| CompositeSessionFactory<V,L> | |
| CompositeSessionMetaData |
Composite view of the meta data of a session, combining volatile and static aspects.
|
| CompositeSessionMetaDataEntry<L> |
Wrapper for the components of a sessions's meta-data,
|
| ImmutableFilteringHttpSession |
Adapts an
ImmutableSession to the HttpSession interface. |
| ImmutableSessionActivationNotifier |
Triggers activation events for all attributes of a session.
|
| ImmutableSessionAttributeActivationNotifier | |
| ImmutableSessionBindingNotifier | |
| MarshalledValueSessionAttributesFactoryConfiguration<V,C extends org.wildfly.clustering.marshalling.spi.Marshallability,L> |
Configuration for a factory for creating
SessionAttributes objects, based on marshalled values. |
| MutableSessionAccessMetaData | |
| MutableSessionCreationMetaData | |
| SessionAccessMetaDataExternalizer |
Optimize marshalling of last accessed timestamp.
|
| SessionCreationMetaDataEntry<L> |
Cache entry containing the session creation meta data and local context.
|
| SessionCreationMetaDataEntryExternalizer |
Externalizer for
SessionCreationMetaDataEntry |
| SimpleImmutableSession |
An immutable "snapshot" of a session which can be accessed outside the scope of a transaction.
|
| SimpleImmutableSessionAttributes |
An immutable "snapshot" of a session's attributes which can be accessed outside the scope of a transaction.
|
| SimpleImmutableSessionMetaData |
An immutable "snapshot" of a session's meta-data which can be accessed outside the scope of a transaction.
|
| SimpleSessionAccessMetaData | |
| SimpleSessionCreationMetaData | |
| ValidSession<L> |
Session decorator whose methods throw an IllegalStateException if the session is not valid. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.