Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session | |
org.wildfly.clustering.web.session | |
org.wildfly.clustering.web.undertow.session |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSessionManager<V,L>
Generic session manager implementation - independent of cache mapping strategy.
|
Modifier and Type | Method and Description |
---|---|
<L> SessionManager<L> |
InfinispanSessionManagerFactory.createSessionManager(SessionContext context,
SessionIdentifierFactory identifierFactory,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanSessionManager(SessionContext context,
SessionIdentifierFactory idFactory,
org.infinispan.Cache<String,V> cache,
SessionFactory<V,L> factory,
KeyAffinityServiceFactory affinityFactory,
Registry<String,Void> registry,
NodeFactory<org.infinispan.remoting.transport.Address> nodeFactory,
org.jboss.metadata.web.jboss.JBossWebMetaData metaData) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionManager<L> |
Modifier and Type | Method and Description |
---|---|
<C> SessionManager<C> |
SessionManagerFactory.createSessionManager(SessionContext context,
SessionIdentifierFactory idFactory,
LocalContextFactory<C> localContextFactory)
Create as session manager using the specified context and identifier factory.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionIdentifierFactoryAdapter
Adapts a
SessionIdGenerator to a SessionIdentifierFactory . |
Copyright © 2013 JBoss by Red Hat. All rights reserved.