Interface SessionManagerFactoryConfiguration<S,DC,L,SC,B extends org.wildfly.clustering.cache.batch.Batch>

Type Parameters:
S - the container-specific session facade type
DC - the deployment context type
L - the container-specific activation listener type
SC - the local context type
All Superinterfaces:
org.wildfly.clustering.cache.CacheConfiguration<B>, DeploymentConfiguration

public interface SessionManagerFactoryConfiguration<S,DC,L,SC,B extends org.wildfly.clustering.cache.batch.Batch> extends org.wildfly.clustering.cache.CacheConfiguration<B>, DeploymentConfiguration
Encapsulates the configuration of a session manager.
Author:
Paul Ferraro