S - the HttpSession specification typeSC - the ServletContext specification typeAL - the HttpSessionAttributeListener specification typeBL - the HttpSessionBindingListener specification typeMC - the marshalling context typeLC - the local context typepublic class InfinispanSessionManagerFactory<S,SC,AL,BL,MC,LC> extends Object implements org.wildfly.clustering.web.session.SessionManagerFactory<SC,LC,org.wildfly.clustering.ee.cache.tx.TransactionBatch>
| Constructor and Description |
|---|
InfinispanSessionManagerFactory(InfinispanSessionManagerFactoryConfiguration<S,SC,AL,BL,MC,LC> config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.wildfly.clustering.web.session.SessionManager<LC,org.wildfly.clustering.ee.cache.tx.TransactionBatch> |
createSessionManager(org.wildfly.clustering.web.session.SessionManagerConfiguration<SC> configuration) |
void |
dataRehashed(org.infinispan.notifications.cachelistener.event.DataRehashedEvent<Key<String>,?> event) |
void |
topologyChanged(org.infinispan.notifications.cachelistener.event.TopologyChangedEvent<Key<String>,?> event) |
public org.wildfly.clustering.web.session.SessionManager<LC,org.wildfly.clustering.ee.cache.tx.TransactionBatch> createSessionManager(org.wildfly.clustering.web.session.SessionManagerConfiguration<SC> configuration)
createSessionManager in interface org.wildfly.clustering.web.session.SessionManagerFactory<SC,LC,org.wildfly.clustering.ee.cache.tx.TransactionBatch>public void close()
close in interface AutoCloseableclose in interface org.wildfly.clustering.web.session.SessionManagerFactory<SC,LC,org.wildfly.clustering.ee.cache.tx.TransactionBatch>public void dataRehashed(org.infinispan.notifications.cachelistener.event.DataRehashedEvent<Key<String>,?> event)
Copyright © 2020 JBoss by Red Hat. All rights reserved.