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
SessionAttributeStorage.store(java.util.Map, org.jboss.as.clustering.web.OutgoingDistributableSessionData)
public Map<String,Object> load(Map<Object,Object> map) throws IOException, ClassNotFoundException
load
in interface SessionAttributeStorage<OutgoingSessionGranularitySessionData>
IOException
ClassNotFoundException
SessionAttributeStorage.load(java.util.Map)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.