Class ValidSession<L>

java.lang.Object
org.wildfly.clustering.web.cache.session.ValidSession<L>
All Implemented Interfaces:
AutoCloseable, ImmutableSession, Session<L>

public class ValidSession<L> extends Object implements Session<L>
Session decorator whose methods throw an IllegalStateException if the session is not valid.
Author:
Paul Ferraro