Class AbstractImmutableSession
java.lang.Object
org.wildfly.clustering.session.cache.AbstractImmutableSession
- All Implemented Interfaces:
ImmutableSession
- Direct Known Subclasses:
CompositeImmutableSession,DetachedSession,SimpleImmutableSession
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.session.ImmutableSession
getAttributes, getMetaData, isValid
-
Constructor Details
-
AbstractImmutableSession
-
-
Method Details
-
getId
Description copied from interface:ImmutableSessionSpecifies this session's unique identifier.- Specified by:
getIdin interfaceImmutableSession- Returns:
- a unique identifier for this session.
-
hashCode
public int hashCode() -
equals
-
toString
-