oracle.jbo.http
Class HttpRemoteSessionCookieImpl
java.lang.Object
oracle.jbo.common.ampool.SessionCookieImpl
oracle.jbo.http.HttpSessionCookieImpl
oracle.jbo.http.HttpRemoteSessionCookieImpl
- All Implemented Interfaces:
- ApplicationModuleHandle, ApplicationModuleRef, oracle.jbo.http.BindingListener, HttpSessionCookie, RemotePoolCookie, java.io.Serializable, SessionCookie
- public class HttpRemoteSessionCookieImpl
- extends HttpSessionCookieImpl
- implements RemotePoolCookie
- See Also:
- Serialized Form
| Fields inherited from interface oracle.jbo.common.ampool.SessionCookie |
BUNDLED_EXC_MODE_KEY, FORCE_RELEASE_MODE, MANAGED_RELEASE_MODE, NULL_PASSIVATION_ID, REMOVE_RESOURCE, RESERVED_MANAGED_RELEASE_MODE, RESERVED_UNMANAGED_RELEASE_MODE, SHARED, SHARED_MANAGED_RELEASE_MODE, SHARED_RELEASE_MODE, SHARED_UNMANAGED_RELEASE_MODE, STATE_MANAGED, STATE_UNMANAGED, UNSHARED, VALUE_SINK_KEY |
| Constructor Summary |
HttpRemoteSessionCookieImpl(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool)
This constructor may be used if the sessionId is already known. |
HttpRemoteSessionCookieImpl(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool, java.security.Principal userPrincipal, javax.servlet.http.HttpServletRequest request)
|
HttpRemoteSessionCookieImpl(java.lang.String applicationId, java.lang.String sessionId, ApplicationPool pool, java.security.Principal userPrincipal, javax.servlet.http.HttpSession session)
|
| Methods inherited from class oracle.jbo.common.ampool.SessionCookieImpl |
copyInto, equals, getApplicationId, getApplicationPool, getClientEnvironment, getClientEnvironment, getEnvConfigurationName, getEnvInfoProvider, getEnvironment, getEnvironment, getIgnorePiggyback, getInfoObject, getLastUpdate, getLastUpdateLong, getMessageContext, getMostRecentStackId, getPassivationId, getPoolSignature, getProperty, getReservedPassivationId, getSessionId, getSSOSubscriber, getSSOUserName, getSyncLock, getThreadRefCount, getUserData, getUserData, getValue, hashCode, isActivationRequired, isActivationRequired, isApplicationModuleReleased, isApplicationModuleReleasedByThread, isApplicationModuleReserved, isConnectionPoolingEnabled, isResetNonTransactionalState, isWriteCookieValue, parsePassivationId, parseSessionId, passivateState, releaseApplicationModule, releaseApplicationModule, releaseApplicationModule, releaseApplicationModule, removeFromPool, removeUserData, reservePassivationId, reservePassivationId, resetState, resetStateInternal, setActivated, setActivationRequired, setEnvInfoProvider, setEnvironment, setEnvironment, setIgnorePiggyback, setInfoObject, setMessageContext, setMostRecentStackId, setPassivationId, setReferenceCounting, setReservedPassivationId, setSessionCookieListener, setSingleThreaded, setUserData, timeout, toString, useApplicationModule, useApplicationModule, wasActivated |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.jbo.common.ampool.SessionCookie |
copyInto, equals, getApplicationId, getEnvConfigurationName, getEnvInfoProvider, getIgnorePiggyback, getInfoObject, getLastUpdate, getLastUpdateLong, getMessageContext, getMostRecentStackId, getPassivationId, getPoolSignature, getReservedPassivationId, getSessionId, getSSOSubscriber, getSSOUserName, getSyncLock, getThreadRefCount, getUserData, getValue, hashCode, isActivationRequired, isActivationRequired, isApplicationModuleReleased, isApplicationModuleReleasedByThread, isConnectionPoolingEnabled, isResetNonTransactionalState, passivateState, releaseApplicationModule, releaseApplicationModule, releaseApplicationModule, releaseApplicationModule, removeUserData, reservePassivationId, reservePassivationId, resetStateInternal, setActivated, setActivationRequired, setEnvInfoProvider, setEnvironment, setEnvironment, setIgnorePiggyback, setInfoObject, setMessageContext, setMostRecentStackId, setPassivationId, setReferenceCounting, setReservedPassivationId, setSessionCookieListener, setUserData, toString, wasActivated |
HttpRemoteSessionCookieImpl
public HttpRemoteSessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool)
- This constructor may be used if the sessionId is already known.
HttpRemoteSessionCookieImpl
public HttpRemoteSessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.security.Principal userPrincipal,
javax.servlet.http.HttpServletRequest request)
HttpRemoteSessionCookieImpl
public HttpRemoteSessionCookieImpl(java.lang.String applicationId,
java.lang.String sessionId,
ApplicationPool pool,
java.security.Principal userPrincipal,
javax.servlet.http.HttpSession session)
createWorkerApplicationModule
public ApplicationModule createWorkerApplicationModule()
-
- Specified by:
createWorkerApplicationModule in interface RemotePoolCookie
Copyright © 1997, 2005, Oracle. All rights reserved.