public interface SessionAttributeStorageFactory
| 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.
|
<T extends OutgoingDistributableSessionData> SessionAttributeStorage<T> createStorage(org.jboss.metadata.web.jboss.ReplicationGranularity granularity, SessionAttributeMarshaller marshaller)
T - the type of session data appropriate for the specified granularitygranularity - the replication granularitymarshaller - a session attribute marshallerCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.