| Interface | Description |
|---|---|
| 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 session activation listener.
|
| SessionAttributeActivationNotifier | |
| SessionAttributes | |
| SessionAttributesFactory<C,V> |
Factory for creating a
SessionAttributes object. |
| SessionAttributesFactoryConfiguration<S,C,L,V,SV> |
Configuration of a factory for creating a
SessionAttributes object. |
| SessionAttributesFilter | |
| SessionBindingNotifier |
Notifies attributes of a session implementing session binding listener.
|
| SessionCreationMetaData |
The more static aspects of a session's meta-data.
|
| SessionFactory<SC,MV,AV,LC> |
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<C,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,
|
| ConcurrentSessionManager<L,B extends org.wildfly.clustering.ee.Batch> |
A concurrent session manager, that can share session references across concurrent threads.
|
| ImmutableSessionActivationNotifier<S,C,L> |
Triggers activation/passivation events for all attributes of a session.
|
| ImmutableSessionAttributeActivationNotifier<S,C,L> |
Triggers activation/passivation events for a single session attribute.
|
| ImmutableSessionAttributesFilter | |
| MarshalledValueSessionAttributesFactoryConfiguration<S,SC,AL,V,MC,LC> |
Configuration for a factory for creating
SessionAttributes objects, based on marshalled values. |
| MutableSessionAccessMetaData | |
| MutableSessionCreationMetaData | |
| SessionAccessMetaDataMarshaller | |
| SessionCreationMetaDataEntry<L> |
Cache entry containing the session creation meta data and local context.
|
| SessionCreationMetaDataEntryMarshaller | |
| SessionSerializationContextInitializer | |
| 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 © 2022 JBoss by Red Hat. All rights reserved.