Class MutableInfinispanSessionManagementConfiguration
- java.lang.Object
-
- org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
-
- org.wildfly.extension.clustering.web.deployment.MutableInfinispanSessionManagementConfiguration
-
- All Implemented Interfaces:
Function<String,String>,UnaryOperator<String>,org.wildfly.clustering.ee.infinispan.InfinispanCacheConfiguration,InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>,org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
public class MutableInfinispanSessionManagementConfiguration extends MutableSessionManagementConfiguration implements InfinispanSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description MutableInfinispanSessionManagementConfiguration(UnaryOperator<String> replacer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCacheName()StringgetContainerName()voidsetCacheName(String cacheName)voidsetContainerName(String containerName)-
Methods inherited from class org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
apply, getAttributePersistenceStrategy, getMarshallerFactory, setMarshallerFactory, setSessionGranularity
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
MutableInfinispanSessionManagementConfiguration
public MutableInfinispanSessionManagementConfiguration(UnaryOperator<String> replacer)
-
-
Method Detail
-
getContainerName
public String getContainerName()
- Specified by:
getContainerNamein interfaceorg.wildfly.clustering.ee.infinispan.InfinispanCacheConfiguration
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceorg.wildfly.clustering.ee.infinispan.InfinispanCacheConfiguration
-
setContainerName
public void setContainerName(String containerName)
-
setCacheName
public void setCacheName(String cacheName)
-
-