IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.xs.sessionmanager
Interface SessionIDOverride.InitializationContext

Enclosing interface:
SessionIDOverride

public static interface SessionIDOverride.InitializationContext

An implementation of this interface will be passed in to all SessionIDOverride.init(InitializationContext) calls so the SessionIDOverride implementation can be initialized

Since:
8.6

Method Summary
 ServletContext getServletContext()
          This method will be called by the SessionIDOverride.init(InitializationContext) implementation to retrieve the ServletContext object associated with the web application.
 

Method Detail

getServletContext

ServletContext getServletContext()

This method will be called by the SessionIDOverride.init(InitializationContext) implementation to retrieve the ServletContext object associated with the web application. The implementation is free to cache any data that may be used to later determine the unique session identifier.

Returns:
the servlet context

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.