Uses of Interface
com.tangosol.coherence.servlet.HttpSessionCollection.SessionDistributionController
-
Packages that use HttpSessionCollection.SessionDistributionController Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module. -
-
Uses of HttpSessionCollection.SessionDistributionController in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement HttpSessionCollection.SessionDistributionController Modifier and Type Class Description static class
AbstractHttpSessionCollection.DistributedController
A simple implementation of the SessionDistributionController interface that forces all sessions (and thus their attributes) to be managed in a distributed manner.static class
AbstractHttpSessionCollection.HybridController
A simple implementation of the SessionDistributionController interface that forces all sessions and serializable attributes to be managed in a distributed manner.static class
AbstractHttpSessionCollection.LocalController
A simple implementation of the SessionDistributionController interface that forces all sessions (and thus their attributes) to be managed locally.Methods in com.tangosol.coherence.servlet that return HttpSessionCollection.SessionDistributionController Modifier and Type Method Description protected HttpSessionCollection.SessionDistributionController
AbstractHttpSessionCollection. getDistributionController()
Get the SessionDistributionController for the session collection, if one was specified.
-