public interface SessionManagerFactoryConfiguration<C extends Marshallability,L>
| Modifier and Type | Interface and Description |
|---|---|
static class |
SessionManagerFactoryConfiguration.SessionAttributePersistenceStrategy |
| Modifier and Type | Method and Description |
|---|---|
SessionManagerFactoryConfiguration.SessionAttributePersistenceStrategy |
getAttributePersistenceStrategy() |
String |
getCacheName() |
String |
getDeploymentName() |
LocalContextFactory<L> |
getLocalContextFactory() |
MarshalledValueFactory<C> |
getMarshalledValueFactory() |
C |
getMarshallingContext() |
int |
getMaxActiveSessions() |
String |
getServerName() |
int getMaxActiveSessions()
SessionManagerFactoryConfiguration.SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
String getServerName()
String getDeploymentName()
String getCacheName()
MarshalledValueFactory<C> getMarshalledValueFactory()
C getMarshallingContext()
LocalContextFactory<L> getLocalContextFactory()
Copyright © 2019 JBoss by Red Hat. All rights reserved.