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 deploymentName,
org.jboss.modules.Module module) |
SimpleDistributableSessionManagerConfiguration(org.jboss.metadata.web.jboss.JBossWebMetaData metaData,
String deploymentName,
org.jboss.modules.Module module) |
SimpleDistributableSessionManagerConfiguration(SharedSessionManagerConfig config,
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() |
public SimpleDistributableSessionManagerConfiguration(org.jboss.metadata.web.jboss.JBossWebMetaData metaData, String deploymentName, org.jboss.modules.Module module)
public SimpleDistributableSessionManagerConfiguration(SharedSessionManagerConfig config, String deploymentName, org.jboss.modules.Module module)
public int getMaxActiveSessions()
getMaxActiveSessions
in interface DistributableSessionManagerConfiguration
public org.jboss.metadata.web.jboss.ReplicationGranularity getGranularity()
getGranularity
in interface DistributableSessionManagerConfiguration
public String getDeploymentName()
getDeploymentName
in interface DistributableSessionManagerConfiguration
public org.jboss.modules.Module getModule()
getModule
in interface DistributableSessionManagerConfiguration
public String getCacheName()
getCacheName
in interface DistributableSessionManagerConfiguration
Copyright © 2016 JBoss by Red Hat. All rights reserved.