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 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.