Class ValidSession<C>

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

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