Class CompositeImmutableSession
java.lang.Object
org.wildfly.clustering.web.cache.session.CompositeImmutableSession
- All Implemented Interfaces:
ImmutableSession
- Direct Known Subclasses:
CompositeSession
Generic immutable session implementation - independent of cache mapping strategy.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeImmutableSession(String id, ImmutableSessionMetaData metaData, ImmutableSessionAttributes attributes) -
Method Summary
-
Constructor Details
-
CompositeImmutableSession
public CompositeImmutableSession(String id, ImmutableSessionMetaData metaData, ImmutableSessionAttributes attributes)
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceImmutableSession
-
isValid
public boolean isValid()- Specified by:
isValidin interfaceImmutableSession
-
getAttributes
- Specified by:
getAttributesin interfaceImmutableSession
-
getMetaData
- Specified by:
getMetaDatain interfaceImmutableSession
-