Uses of Interface
com.tangosol.coherence.servlet.SessionHelperFactory
-
Packages that use SessionHelperFactory Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.coherence.servlet.api23 Contains classes related to the HTTP Session Replication Module that are specific to the Servlet 2.3 specification and higher.com.tangosol.coherence.servlet.management Contains Coherence*Web MBean classes. -
-
Uses of SessionHelperFactory in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return SessionHelperFactory Modifier and Type Method Description SessionHelperFactory
SessionHelper. getFactory()
Determine the factory to use to instantiate container-specific implementations of the Servlet specification interfaces.Constructors in com.tangosol.coherence.servlet with parameters of type SessionHelperFactory Constructor Description SessionHelper(SessionHelperFactory factory, javax.servlet.ServletContext ctx)
Construct a Coherence SessionHelper that will support the implementation of clustered web container services. -
Uses of SessionHelperFactory in com.tangosol.coherence.servlet.api23
Classes in com.tangosol.coherence.servlet.api23 that implement SessionHelperFactory Modifier and Type Class Description class
DefaultFactory
The Coherence session management Factory for the Servlet 2.3 specification. -
Uses of SessionHelperFactory in com.tangosol.coherence.servlet.management
Methods in com.tangosol.coherence.servlet.management that return SessionHelperFactory Modifier and Type Method Description protected SessionHelperFactory
HttpSessionManager. getSessionFactory()
Return the SessionHelper.Factory currently in use.
-