|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionCookie | |
oracle.jbo.common.ampool | |
oracle.jbo.common.ws | |
oracle.jbo.html | |
oracle.jbo.html.jsp.datatags | |
oracle.jbo.http |
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 name, java.lang.String value, ApplicationPool pool, java.util.Properties properties) |
SessionCookie |
ApplicationPoolImpl.createSessionCookie(java.lang.String applicationId, java.lang.String cookieValue, java.util.Properties properties) |
SessionCookie |
ApplicationPoolException.getSessionCookie() |
SessionCookie |
ApplicationPool.createSessionCookie(java.lang.String applicationId, java.lang.String cookieValue, 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 A shared application module handle. |
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) |
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 | |
java.lang.String |
HttpSessionCookieHelperImpl.encodeURL(java.lang.String url, SessionCookie[] cookies) |
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. |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.