Class CompositeSession<C>

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

public class CompositeSession<C> extends CompositeImmutableSession implements Session<C>
Generic session implementation - independent of cache mapping strategy.
Author:
Paul Ferraro