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