Class AttachedSession<C>

java.lang.Object
org.wildfly.clustering.session.cache.DecoratedSession<C>
org.wildfly.clustering.session.cache.AttachedSession<C>
Type Parameters:
C - the session context type
All Implemented Interfaces:
AutoCloseable, Supplier<org.wildfly.clustering.session.Session<C>>, org.wildfly.clustering.session.ImmutableSession, org.wildfly.clustering.session.Session<C>

public class AttachedSession<C> extends DecoratedSession<C>
Decorated Session whose methods throw an IllegalStateException if the session is not valid.
Author:
Paul Ferraro