Package | Description |
---|---|
org.jboss.as.clustering.web | |
org.jboss.as.clustering.web.impl | |
org.jboss.as.clustering.web.infinispan | |
org.jboss.as.web.session |
Modifier and Type | Method and Description |
---|---|
SessionAttributeMarshaller |
SessionAttributeMarshallerFactory.createMarshaller(LocalDistributableSessionManager manager)
Create a session attribute marshaller using the specified distributable session manager.
|
<T extends OutgoingDistributableSessionData> |
DistributedCacheManagerFactory.getDistributedCacheManager(LocalDistributableSessionManager localManager) |
Modifier and Type | Method and Description |
---|---|
SessionAttributeMarshaller |
SessionAttributeMarshallerFactoryImpl.createMarshaller(LocalDistributableSessionManager manager)
Create a session attribute marshaller using the specified distributable session manager.
|
Modifier and Type | Method and Description |
---|---|
<T extends OutgoingDistributableSessionData> |
DistributedCacheManagerFactory.getDistributedCacheManager(LocalDistributableSessionManager manager) |
Constructor and Description |
---|
DistributedCacheManager(LocalDistributableSessionManager manager,
org.infinispan.Cache<String,Map<Object,Object>> cache,
Registry<String,Void> registry,
SharedLocalYieldingClusterLockManager lockManager,
SessionAttributeStorage<T> attributeStorage,
BatchingManager batchingManager,
CacheInvoker invoker) |
Modifier and Type | Class and Description |
---|---|
class |
DistributableSessionManager<O extends OutgoingDistributableSessionData> |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.