Interface InfinispanSessionManagerFactory.Configuration<SC>
- Type Parameters:
SC- the session context type
- Enclosing class:
InfinispanSessionManagerFactory<CC,SC>
public static interface InfinispanSessionManagerFactory.Configuration<SC>
The configuration of this session manager factory.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuration for the associated cache.Returns a command dispatcher factory.Returns the configuration of this session manager factory.
-
Method Details
-
getSessionManagerFactoryConfiguration
SessionManagerFactoryConfiguration<SC> getSessionManagerFactoryConfiguration()Returns the configuration of this session manager factory.- Returns:
- the configuration of this session manager factory.
-
getCommandDispatcherFactory
CacheContainerCommandDispatcherFactory getCommandDispatcherFactory()Returns a command dispatcher factory.- Returns:
- a command dispatcher factory.
-
getCacheConfiguration
EmbeddedCacheConfiguration getCacheConfiguration()Returns the configuration for the associated cache.- Returns:
- the configuration for the associated cache.
-