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<Session<C>>, ImmutableSession, 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