public class CoarseSessionAttributeStorage extends Object implements SessionAttributeStorage<OutgoingSessionGranularitySessionData>
ReplicationGranularity.SESSION
distributed session managers.Constructor and Description |
---|
CoarseSessionAttributeStorage(SessionAttributeMarshaller marshaller) |
public CoarseSessionAttributeStorage(SessionAttributeMarshaller marshaller)
public void store(Map<Object,Object> map, OutgoingSessionGranularitySessionData sessionData) throws IOException
store
in interface SessionAttributeStorage<OutgoingSessionGranularitySessionData>
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> map) throws IOException, ClassNotFoundException
load
in interface SessionAttributeStorage<OutgoingSessionGranularitySessionData>
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.