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