Class MutableHotRodSessionManagementConfiguration
- java.lang.Object
-
- org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
-
- org.wildfly.extension.clustering.web.deployment.MutableHotRodSessionManagementConfiguration
-
- All Implemented Interfaces:
Function<String,String>,UnaryOperator<String>,RemoteCacheConfiguration,org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>,HotRodSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
public class MutableHotRodSessionManagementConfiguration extends MutableSessionManagementConfiguration implements HotRodSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description MutableHotRodSessionManagementConfiguration(UnaryOperator<String> replacer)Constructs a new HotRod session management configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigurationName()StringgetContainerName()voidsetConfigurationName(String configurationName)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
-
MutableHotRodSessionManagementConfiguration
public MutableHotRodSessionManagementConfiguration(UnaryOperator<String> replacer)
Constructs a new HotRod session management configuration.- Parameters:
replacer- a property replacer
-
-
Method Detail
-
getContainerName
public String getContainerName()
- Specified by:
getContainerNamein interfaceRemoteCacheConfiguration
-
setContainerName
public void setContainerName(String containerName)
-
getConfigurationName
public String getConfigurationName()
- Specified by:
getConfigurationNamein interfaceRemoteCacheConfiguration
-
setConfigurationName
public void setConfigurationName(String configurationName)
-
-