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>IOExceptionSessionAttributeStorage.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>IOExceptionClassNotFoundExceptionSessionAttributeStorage.load(java.util.Map)Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.