public class SessionAttributeStorageFactoryImpl extends Object implements SessionAttributeStorageFactory
| Constructor and Description |
|---|
SessionAttributeStorageFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T extends OutgoingDistributableSessionData> |
createStorage(org.jboss.metadata.web.jboss.ReplicationGranularity granularity,
SessionAttributeMarshaller marshaller)
Creates a session attribute storage strategy.
|
public <T extends OutgoingDistributableSessionData> SessionAttributeStorage<T> createStorage(org.jboss.metadata.web.jboss.ReplicationGranularity granularity, SessionAttributeMarshaller marshaller)
createStorage in interface SessionAttributeStorageFactoryT - the type of session data appropriate for the specified granularitygranularity - the replication granularitymarshaller - a session attribute marshallerSessionAttributeStorageFactory.createStorage(org.jboss.metadata.web.jboss.ReplicationGranularity, org.jboss.as.clustering.web.SessionAttributeMarshaller)Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.