public class SimpleDistributableSessionManagerConfiguration extends Object implements DistributableSessionManagerConfiguration
DistributableSessionManagerConfiguration implementation that delegates to JBossWebMetaData.| Constructor and Description |
|---|
SimpleDistributableSessionManagerConfiguration(Integer maxActiveSessions,
org.jboss.metadata.web.jboss.ReplicationConfig replicationConfig,
String serverName,
String deploymentName,
org.jboss.modules.Module module) |
SimpleDistributableSessionManagerConfiguration(org.jboss.metadata.web.jboss.JBossWebMetaData metaData,
String serverName,
String deploymentName,
org.jboss.modules.Module module) |
SimpleDistributableSessionManagerConfiguration(SharedSessionManagerConfig config,
String serverName,
String deploymentName,
org.jboss.modules.Module module) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheName() |
String |
getDeploymentName() |
org.jboss.metadata.web.jboss.ReplicationGranularity |
getGranularity() |
int |
getMaxActiveSessions() |
org.jboss.modules.Module |
getModule() |
String |
getServerName() |
public SimpleDistributableSessionManagerConfiguration(org.jboss.metadata.web.jboss.JBossWebMetaData metaData,
String serverName,
String deploymentName,
org.jboss.modules.Module module)
public SimpleDistributableSessionManagerConfiguration(SharedSessionManagerConfig config, String serverName, String deploymentName, org.jboss.modules.Module module)
public int getMaxActiveSessions()
getMaxActiveSessions in interface DistributableSessionManagerConfigurationpublic org.jboss.metadata.web.jboss.ReplicationGranularity getGranularity()
getGranularity in interface DistributableSessionManagerConfigurationpublic String getServerName()
getServerName in interface DistributableSessionManagerConfigurationpublic String getDeploymentName()
getDeploymentName in interface DistributableSessionManagerConfigurationpublic org.jboss.modules.Module getModule()
getModule in interface DistributableSessionManagerConfigurationpublic String getCacheName()
getCacheName in interface DistributableSessionManagerConfigurationCopyright © 2019 JBoss by Red Hat. All rights reserved.