Interface SessionManagerFactoryConfiguration<S,DC,L,SC>

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:
DeploymentConfiguration

public interface SessionManagerFactoryConfiguration<S,DC,L,SC> extends DeploymentConfiguration
Encapsulates the configuration of a session manager.
Author:
Paul Ferraro