Class AbstractImmutableSession
java.lang.Object
org.wildfly.clustering.session.cache.AbstractImmutableSession
- All Implemented Interfaces:
org.wildfly.clustering.session.ImmutableSession
- Direct Known Subclasses:
CompositeImmutableSession, DetachedSession, SimpleImmutableSession
public abstract class AbstractImmutableSession
extends Object
implements org.wildfly.clustering.session.ImmutableSession
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates an immutable session with the specified identifier. -
Method Summary
Methods inherited from interface org.wildfly.clustering.session.ImmutableSession
getAttributes, getMetaData, isValid
-
Constructor Details
-
AbstractImmutableSession
Creates an immutable session with the specified identifier.- Parameters:
id- the identifier of the session
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceorg.wildfly.clustering.session.ImmutableSession
-
hashCode
-
equals
-
toString
-