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 marshallerorg.jboss.web.tomcat.service.session.distributedcache.ispn.SessionAttributeStorageFactory#createStorage(org.jboss.metadata.web.jboss.ReplicationGranularity,
org.jboss.web.tomcat.service.session.distributedcache.spi.SessionAttributeMarshaller)Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.