|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.http.SharedSessionCookieFactory
Factory for shared session cookies. By default, the factory will return a singleton shared session cookie instance for shared access to a "semi-static" application module. The factory may also be configured with a pool of shared session cookies. This may be desirable to reduce lock contention amongst sessions. When a pool of shared session cookies is used the pool will return shared session cookies in a round-robin fashion.
Please see SharedSessionCookieImpl
for more information regarding the shared session cookie implementation.
Constructor Summary | |
SharedSessionCookieFactory() | |
SharedSessionCookieFactory(int poolSize) |
Method Summary | |
SessionCookie |
createSessionCookie(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool, java.util.Properties properties) Creates a SessionCookie instance. |
int |
getPoolSize() |
java.lang.Class |
getSessionCookieClass() |
void |
setPoolSize(int poolSize) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SharedSessionCookieFactory(int poolSize)
public SharedSessionCookieFactory()
Method Detail |
public int getPoolSize()
public void setPoolSize(int poolSize)
public SessionCookie createSessionCookie(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool, java.util.Properties properties)
SessionCookieFactory
createSessionCookie
in interface SessionCookieFactory
applicationId
- an identifier which may be used to uniquely identify this cookie within the context of a sessionsessionId
- an option identifier which may be used to uniquely identify this cookie across sessions.pool
- the applicationPool instance which will be used to acquire ApplicationModule instances for this SessionCookie.properties
- an optional properties object which may be used to pass additional creation properties to the SessionCookieFactory.public java.lang.Class getSessionCookieClass()
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.