Uses of Class
com.tangosol.coherence.servlet.SessionHelper
-
Packages that use SessionHelper 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 SessionHelper in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return SessionHelper Modifier and Type Method Description protected static SessionHelperSessionHelperManager. createSessionHelper(javax.servlet.ServletContext ctx)static SessionHelperSessionHelperManager. ensureSessionHelper(javax.servlet.ServletContext ctx)Find the existing (or create new) Coherence SessionHelper that will act as a coordinator to manage the creation and lookup of container objects, fake container objects (the Coherence implementation of the Servlet spec interfaces), and helper classes (such as the SessionHelper itself, the servlet model collection, etc.).static SessionHelperSessionHelperManager. ensureSessionHelper(javax.servlet.ServletContext ctx, boolean configureSessionHelper)Find the existing (or create new) Coherence SessionHelper that will act as a coordinator to manage the creation and lookup of container objects, fake container objects (the Coherence implementation of the Servlet spec interfaces), and helper classes (such as the SessionHelper itself, the servlet model collection, etc.).protected SessionHelperAbstractReapTask. getSessionHelper()SessionHelperRequestContext. getSessionHelper()Get the SessionHelper.SessionHelperSessionHelperFactory. instantiateSessionHelper(javax.servlet.ServletContext ctx)Given an application server's ServletContext object, initialize the factory and create the SessionHelper object.Methods in com.tangosol.coherence.servlet with parameters of type SessionHelper Modifier and Type Method Description voidAbstractHttpSessionCollection. configure(XmlElement xml, SessionHelper sessionHelper)Configure the session collection using the xml document.voidCoherenceHttpSessionCollection. configure(XmlElement xmlElement, SessionHelper sessionHelper)voidSplitHttpSessionCollection. configure(XmlElement xml, SessionHelper sessionHelper)Configure the session collection using the xml document.protected voidSessionHelper. shutdownSessionHelperCaches(SessionHelper helper)Constructors in com.tangosol.coherence.servlet with parameters of type SessionHelper Constructor Description AbstractReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds)Construct an AbstractReapTask.HttpRequestContext(SessionHelper helper, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)Construct an HttpRequestContext object to hold the state of the request and response.IncrementalReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds, int cEstimatedSessions)Construct an IncrementalReapTask.IncrementalReapTask(SessionHelper sessionHelper, Iterator<String> iterIds, int cEstimatedSessions)ParallelReapTask(SessionHelper sessionHelper, SessionReaperStatistics statistics, Iterator iterIds, WorkManager workManager)RequestContext(SessionHelper helper, javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)Construct a RequestContext object to hold the state of the request and response. -
Uses of SessionHelper in com.tangosol.coherence.servlet.api23
Methods in com.tangosol.coherence.servlet.api23 that return SessionHelper Modifier and Type Method Description protected SessionHelperDefaultFactory. getSessionHelper()Get the SessionHelper created by and used by the factory.protected SessionHelperFilterConfigWrapper. getSessionHelper()Get the SessionHelper for this FilterConfig wrapper.protected SessionHelperFilterWrapper. getSessionHelper()Get the SessionHelper.SessionHelperHttpServletRequestWrapper. getSessionHelper()Get the SessionHelper.SessionHelperHttpServletResponseWrapper. getSessionHelper()Get the SessionHelper.protected SessionHelperHttpServletWrapper. getSessionHelper()Get the SessionHelper.protected SessionHelperHttpSessionContextImpl. getSessionHelper()Deprecated.Get the SessionHelper for this ServletContext wrapper.protected SessionHelperHttpSessionImpl. getSessionHelper()Get the SessionHelper for this ServletContext wrapper.protected SessionHelperJspServlet. getSessionHelper()Get the SessionHelper.protected SessionHelperServletConfigWrapper. getSessionHelper()Get the SessionHelper for this ServletConfig wrapper.protected SessionHelperServletContextAttributeListenerImpl. getSessionHelper()Get the Coherence SessionHelper.protected SessionHelperServletContextListenerImpl. getSessionHelper()Get the SessionHelper.protected SessionHelperServletContextWrapper. getSessionHelper()Get the SessionHelper for this ServletContext wrapper.protected SessionHelperServletWrapper. getSessionHelper()Get the SessionHelper.SessionHelperDefaultFactory. instantiateSessionHelper(javax.servlet.ServletContext ctx)Given an application server's ServletContext object, initialize the factory and create the SessionHelper object.Methods in com.tangosol.coherence.servlet.api23 with parameters of type SessionHelper Modifier and Type Method Description protected voidDefaultFactory. setSessionHelper(SessionHelper helper)Set the SessionHelper that is to be used by the factory.Constructors in com.tangosol.coherence.servlet.api23 with parameters of type SessionHelper Constructor Description FilterConfigWrapper(SessionHelper helper, javax.servlet.FilterConfig cfg)Construct a Coherence FilterConfig that wraps the app server's FilterConfig object.HttpServletRequestWrapper(SessionHelper helper, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, String sSessionId, boolean fCookie, boolean fUrl)Construct an HttpServletRequestWrapper object to wrap an app server's request object.HttpServletResponseWrapper(SessionHelper helper, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)Construct an HttpServletResponseWrapper object to wrap an app server's response object.HttpSessionContextImpl(SessionHelper helper, boolean fStrict)Deprecated.Construct an HttpSessionContext implementation.HttpSessionImpl(SessionHelper helper, HttpSessionCollection collection)Construct a Coherence HTTP session object for a new session.HttpSessionImpl(SessionHelper helper, HttpSessionCollection collection, String sId)Construct a Coherence HTTP session object for an existing session.ServletConfigWrapper(SessionHelper helper, javax.servlet.ServletConfig cfg)Construct a Coherence ServletConfig that wraps the app server's ServletConfig object.ServletContextWrapper(SessionHelper helper, javax.servlet.ServletContext ctx)Construct a Coherence ServletContext that will optionally provide clustered storage for ServletContext attributes. -
Uses of SessionHelper in com.tangosol.coherence.servlet.management
Methods in com.tangosol.coherence.servlet.management that return SessionHelper Modifier and Type Method Description protected SessionHelperHttpSessionManager. getSessionHelper()Return the SessionHelper used by this HttpSessionManager object to expose Coherence*Web management attributes and operations.Constructors in com.tangosol.coherence.servlet.management with parameters of type SessionHelper Constructor Description HttpSessionManager(SessionHelper helper, SessionReaperStatistics reaperStatistics)Create a new HttpSessionManager object.
-