Package com.tangosol.coherence.servlet
Interface CoherenceHttpSessionCollection
-
- All Superinterfaces:
HttpSessionCollection
- All Known Implementing Classes:
AbstractHttpSessionCollection
,MonolithicHttpSessionCollection
,SplitHttpSessionCollection
,TraditionalHttpSessionCollection
public interface CoherenceHttpSessionCollection extends HttpSessionCollection
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tangosol.coherence.servlet.HttpSessionCollection
HttpSessionCollection.AttributeScopeController, HttpSessionCollection.SessionDistributionController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(XmlElement xmlElement, SessionHelper sessionHelper)
-
Methods inherited from interface com.tangosol.coherence.servlet.HttpSessionCollection
activate, addHttpSessionAttributeListener, addHttpSessionListener, create, create, deleteExpiredLocalSessions, deleteExpiredSessions, destroy, enter, enter, exit, exit, get, getSerializer, isActive, isExistent, isOwned, iterateIds, iteratePotentiallyExpiredIds, iteratePotentiallyExpiredLocalIds, passivate, postCreate, removeHttpSessionAttributeListener, removeHttpSessionListener, setSerializer, shutdown
-
-
-
-
Method Detail
-
configure
void configure(XmlElement xmlElement, SessionHelper sessionHelper)
-
-