Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session | |
org.wildfly.clustering.web.infinispan.sso | |
org.wildfly.clustering.web.session | |
org.wildfly.clustering.web.sso |
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 |
---|---|
Batcher |
InfinispanSessionManager.getBatcher() |
Constructor and Description |
---|
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize) |
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize,
ExecutorService executor) |
SessionExpirationScheduler(Batcher batcher,
Remover<String> remover) |
SessionExpirationScheduler(Batcher batcher,
Remover<String> remover,
ScheduledExecutorService executor) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSSOManager<V,L> |
Modifier and Type | Method and Description |
---|---|
Batcher |
InfinispanSSOManager.getBatcher() |
Modifier and Type | Method and Description |
---|---|
Batcher |
SessionManager.getBatcher()
Exposes the batching mechanism used by this session manager.
|
Modifier and Type | Method and Description |
---|---|
Batcher |
SSOManager.getBatcher()
A mechanism for starting/stopping a batch.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.