public class FineSessionAttributeStorage extends Object implements SessionAttributeStorage<OutgoingAttributeGranularitySessionData>
ReplicationGranularity.ATTRIBUTE
distributed session managers.Constructor and Description |
---|
FineSessionAttributeStorage(SessionAttributeMarshaller marshaller) |
public FineSessionAttributeStorage(SessionAttributeMarshaller marshaller)
public void store(Map<Object,Object> map, OutgoingAttributeGranularitySessionData sessionData) throws IOException
store
in interface SessionAttributeStorage<OutgoingAttributeGranularitySessionData>
IOException
org.jboss.web.tomcat.service.session.distributedcache.ispn.SessionAttributeStorage#store(org.infinispan.atomic.AtomicMap,
org.jboss.web.tomcat.service.session.distributedcache.spi.OutgoingDistributableSessionData)
public Map<String,Object> load(Map<Object,Object> data) throws IOException, ClassNotFoundException
load
in interface SessionAttributeStorage<OutgoingAttributeGranularitySessionData>
IOException
ClassNotFoundException
org.jboss.web.tomcat.service.session.distributedcache.ispn.SessionAttributeStorage#load(org.infinispan.atomic.AtomicMap)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.