| Package | Description |
|---|---|
| org.jboss.as.clustering.web | |
| org.jboss.as.clustering.web.infinispan | |
| org.jboss.as.web.session |
| Modifier and Type | Method and Description |
|---|---|
<T extends OutgoingDistributableSessionData> |
DistributedCacheManagerFactory.getDistributedCacheManager(LocalDistributableSessionManager localManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedCacheManager<T extends OutgoingDistributableSessionData>
Distributed cache manager implementation using Infinispan.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends OutgoingDistributableSessionData> |
DistributedCacheManagerFactory.getDistributedCacheManager(LocalDistributableSessionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
DistributedCacheManager<O> |
DistributableSessionManager.getDistributedCacheManager() |
protected DistributedCacheManager<O> |
ClusteredSession.getDistributedCacheManager() |
DistributedCacheManager<O> |
ClusteredSessionManager.getDistributedCacheManager()
Gets the
DistributedCacheManager through which we interact with the distributed cache. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClusteredSession.setDistributedCacheManager(DistributedCacheManager<O> distributedCacheManager) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.