oracle.jbo.common.ampool
Interface SessionCookieFactory
- All Known Implementing Classes:
- DefaultSessionCookieFactory, SharedSessionCookieFactory,
HttpSessionCookieFactory
- public interface SessionCookieFactory
Interface for session cookie factories.
The session cookie factory is used by the application pool to instantiate
session cookie instances.
Application developers may create their own SessionCookieFactory implementations
to return custom SessionCookie implementations.
- See Also:
ApplicationPool.setSessionCookieFactory(SessionCookieFactory)
createSessionCookie
public SessionCookie createSessionCookie(java.lang.String name,
java.lang.String value,
ApplicationPool pool,
java.util.Properties properties)
- Returns a SessionCookie instance.
- Parameters:
name
- the name of the session cookievalue
- the value of the session cookieproperties
- a collection of session cookie properties