Class DetachedSessionAttributes<C,B extends Batch>

java.lang.Object
org.wildfly.clustering.session.cache.attributes.DetachedSessionAttributes<C,B>
Type Parameters:
C - the session context type
B - the batch type
All Implemented Interfaces:
AutoCloseable, Map<String,Object>, SessionAttributes

public class DetachedSessionAttributes<C,B extends Batch> extends Object implements SessionAttributes
A SessionAttributes implementation for detached sessions.
Author:
Paul Ferraro