Uses of Class
com.tangosol.coherence.servlet.SplitHttpSessionCollection
-
Packages that use SplitHttpSessionCollection Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.coherence.servlet.management Contains Coherence*Web MBean classes. -
-
Uses of SplitHttpSessionCollection in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return SplitHttpSessionCollection Modifier and Type Method Description protected SplitHttpSessionCollection
SplitHttpSessionModel. getSplitHttpSessionCollection()
Get the SplitHttpSessionCollection that contains this model.Constructors in com.tangosol.coherence.servlet with parameters of type SplitHttpSessionCollection Constructor Description SplitHttpSessionModel(SplitHttpSessionCollection collection, javax.servlet.http.HttpSession session, String sId)
Session creation constructor. -
Uses of SplitHttpSessionCollection in com.tangosol.coherence.servlet.management
Methods in com.tangosol.coherence.servlet.management that return SplitHttpSessionCollection Modifier and Type Method Description protected SplitHttpSessionCollection
HttpSessionManager. getSplitHttpSessionCollection()
Return the SplitHttpSessionCollection currently in use.
-