|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionCookie | |
oracle.adf.model.bc4j | |
oracle.jbo.client.remote | |
oracle.jbo.common.ampool | |
oracle.jbo.common.ws | |
oracle.jbo.html | |
oracle.jbo.html.jsp.datatags | |
oracle.jbo.http | |
oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
Uses of SessionCookie in oracle.adf.model.bc4j |
Methods in oracle.adf.model.bc4j with parameters of type SessionCookie | |
void |
DCJboDataControl.setSessionCookie(SessionCookie sessionCookie)
|
Constructors in oracle.adf.model.bc4j with parameters of type SessionCookie | |
DCJboDataControl(SessionCookie sessionCookie)
|
Uses of SessionCookie in oracle.jbo.client.remote |
Methods in oracle.jbo.client.remote with parameters of type SessionCookie | |
static PooledRequestHandler |
PooledRequestHandler.createInstance(ResponseValues amInfo,
SessionCookie cookie)
|
Uses of SessionCookie in oracle.jbo.common.ampool |
Classes in oracle.jbo.common.ampool that implement SessionCookie | |
class |
SessionCookieImpl
Default SessionCookie implementation. |
Methods in oracle.jbo.common.ampool that return SessionCookie | |
SessionCookie |
SessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
Creates a SessionCookie instance. |
SessionCookie |
DefaultSessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
|
SessionCookie |
ApplicationPoolImpl.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
java.util.Properties properties)
|
SessionCookie |
ApplicationPoolException.getSessionCookie()
|
SessionCookie |
ApplicationPool.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
java.util.Properties properties)
Create a session cookie for access to this pool. |
Methods in oracle.jbo.common.ampool with parameters of type SessionCookie | |
void |
SessionCookieImpl.copyInto(SessionCookie cookie)
|
void |
SessionCookie.copyInto(SessionCookie cookie)
Copies the state of this cookie into the target cookie. |
ApplicationModule |
DefaultConnectionStrategy.createApplicationModule(SessionCookie cookie,
EnvInfoProvider envInfo)
|
void |
DefaultConnectionStrategy.connect(ApplicationModule applicationModule,
SessionCookie cookie,
EnvInfoProvider envInfo)
|
void |
DefaultConnectionStrategy.reconnect(ApplicationModule applicationModule,
SessionCookie cookie,
EnvInfoProvider envInfo)
|
void |
DefaultConnectionStrategy.disconnect(ApplicationModule applicationModule,
boolean retainState,
SessionCookie cookie)
|
ApplicationModule |
ConnectionStrategy.createApplicationModule(SessionCookie cookie,
EnvInfoProvider envInfo)
Create an application module. |
void |
ConnectionStrategy.connect(ApplicationModule applicationModule,
SessionCookie cookie,
EnvInfoProvider envInfo)
Connect an application module. |
void |
ConnectionStrategy.reconnect(ApplicationModule applicationModule,
SessionCookie cookie,
EnvInfoProvider envInfo)
Reconnect an application module |
void |
ConnectionStrategy.disconnect(ApplicationModule applicationModule,
boolean retainState,
SessionCookie cookie)
Disconnect an application module |
void |
ApplicationPoolImpl.addSessionCookie(SessionCookie cookie)
|
void |
ApplicationPoolImpl.removeSessionCookie(SessionCookie cookie)
|
void |
ApplicationPoolImpl.releaseApplicationModule(SessionCookie cookie,
boolean manageState)
|
void |
ApplicationPoolImpl.releaseApplicationModule(SessionCookie cookie,
int releaseFlags)
|
ApplicationModule |
ApplicationPoolImpl.useApplicationModule(SessionCookie cookie,
boolean checkout)
|
boolean |
ApplicationPoolImpl.validateSessionCookieInPool(SessionCookie cookie)
|
boolean |
ApplicationPoolImpl.validateSessionCookie(SessionCookie cookie)
|
void |
ApplicationPoolException.setSessionCookie(SessionCookie cookie)
|
ApplicationModule |
ApplicationPool.useApplicationModule(SessionCookie cookie,
boolean checkout)
Returns an application module for the specified session cookie. |
void |
ApplicationPool.releaseApplicationModule(SessionCookie cookie,
boolean manageState)
Deprecated. since 9.0.3 Use {@link #releaseApplicationModule(SessionCookie,int) instead. If state management is required then invoke: releaseApplicationModule(cookie, SessionCookie.SHARED_MANAGED_RELEASE_MODE) Otherwise invoke: releaseApplicationModule(cookie, SessionCookie.SHARED_UNMANAGED_RELEASE_MODE) |
void |
ApplicationPool.releaseApplicationModule(SessionCookie cookie,
int releaseFlags)
Mark the session's application module as available for reuse by other sessions. |
void |
ApplicationPool.addSessionCookie(SessionCookie cookie)
Add an existing session cookie to the pool. |
void |
ApplicationPool.removeSessionCookie(SessionCookie cookie)
Destroy a session cookie. |
boolean |
ApplicationPool.validateSessionCookie(SessionCookie cookie)
Validate that a session cookie is a valid handle for this pool. |
boolean |
ApplicationPool.validateSessionCookieInPool(SessionCookie cookie)
Validate that a session cookie is a member of this pool. |
Uses of SessionCookie in oracle.jbo.common.ws |
Constructors in oracle.jbo.common.ws with parameters of type SessionCookie | |
WSApplicationModuleImpl(SessionCookie sessionCookie)
|
Uses of SessionCookie in oracle.jbo.html |
Methods in oracle.jbo.html that return SessionCookie | |
SessionCookie |
BC4JContext.getSessionCookie()
Return the sessionCookie property. |
Methods in oracle.jbo.html with parameters of type SessionCookie | |
static RequestParameters |
HtmlServices.getRequestParameters(javax.servlet.http.HttpServletRequest request,
javax.servlet.ServletResponse response,
SessionCookie cookie)
Internal: Applications should not use this method. |
void |
BC4JContext.setSessionCookie(SessionCookie cookie)
Set the sessionCookie property value. |
Uses of SessionCookie in oracle.jbo.html.jsp.datatags |
Methods in oracle.jbo.html.jsp.datatags with parameters of type SessionCookie | |
static java.lang.String |
Utils.buildReleaseModeKey(SessionCookie cookie)
|
static void |
Utils.releaseApplicationModule(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletResponse response,
SessionCookie cookie,
java.lang.String releaseMode)
|
Uses of SessionCookie in oracle.jbo.http |
Subinterfaces of SessionCookie in oracle.jbo.http | |
interface |
HttpSessionCookie
An interface for web session cookies. |
Classes in oracle.jbo.http that implement SessionCookie | |
class |
HttpSessionCookieImpl
Default HttpSessionCookie implementation. |
class |
SharedSessionCookieImpl
Deprecated. since 9.0.5. Replaced by pool parameter: jbo.ampool.isuseexclusive
This class and its factory
Please see the |
Methods in oracle.jbo.http that return SessionCookie | |
SessionCookie |
SharedSessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
Deprecated. |
SessionCookie |
OCISessionCookieFactory.createSessionCookie(java.lang.String name,
java.lang.String value,
ApplicationPool pool,
java.util.Properties properties)
|
SessionCookie |
HttpSessionCookieFactory.createSessionCookie(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.util.Properties properties)
Creates a HttpSessionCookieImpl instance. |
SessionCookie |
HttpContainer.getSessionCookie(java.lang.String applicationId)
Get a session cookie instance from the http session container. |
SessionCookie[] |
HttpContainer.getSessionCookies()
Get all session cookie instances from the http session container. |
static SessionCookie |
HttpContainer.findSessionCookie(javax.servlet.http.HttpSession session,
java.lang.String applicationId,
java.lang.String applicationDefinitionName,
java.util.Properties cookieProperties)
Locates a SessionCookie instance with the specified applicationId in the HttpContainer associated with this session. |
static SessionCookie |
HttpContainer.findSessionCookie(javax.servlet.http.HttpSession session,
java.lang.String applicationId,
java.lang.String poolName,
java.lang.String configPackage,
java.lang.String configSection,
java.util.Properties poolProps,
java.util.Properties cookieProps)
Locates a SessionCookie instance with the specified applicationId in the HttpContainer associated with this session. |
Methods in oracle.jbo.http with parameters of type SessionCookie | |
void |
HttpSessionCookieHelperImpl.writeCookieValue(javax.servlet.http.HttpServletResponse response,
SessionCookie sessionCookie)
|
java.lang.String |
HttpSessionCookieHelperImpl.encodeURL(java.lang.String url,
SessionCookie[] cookies)
|
void |
HttpSessionCookieHelper.writeCookieValue(javax.servlet.http.HttpServletResponse response,
SessionCookie sessionCookie)
Write the session id to the HttpServletResponse. |
java.lang.String |
HttpSessionCookieHelper.encodeURL(java.lang.String url,
SessionCookie[] cookies)
Encode the specified url with the specified HttpSessionCookies. |
void |
HttpContainer.setSessionCookie(java.lang.String applicationId,
SessionCookie cookie)
Set a session cookie instance in the http session container. |
Uses of SessionCookie in oracle.jbo.uicli.binding |
Constructors in oracle.jbo.uicli.binding with parameters of type SessionCookie | |
JUApplication(SessionCookie sessionCookie)
|
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.