Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.http
Class HttpRemoteSessionCookieImpl

java.lang.Object
  extended byoracle.jbo.common.ampool.SessionCookieImpl
      extended byoracle.jbo.http.HttpSessionCookieImpl
          extended byoracle.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

Field Summary

 

Fields inherited from class oracle.jbo.common.ampool.SessionCookieImpl
mEnvironment

 

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)
           

 

Method Summary
 ApplicationModule createWorkerApplicationModule()
           

 

Methods inherited from class oracle.jbo.http.HttpSessionCookieImpl
afterApplicationModuleRelease, beforeApplicationModuleRelease, isFailoverEnabled, readValue, timeout, useApplicationModule, valueBound, valueUnbound, writeValue, writeValue

 

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

 

Methods inherited from interface oracle.jbo.common.ampool.ApplicationModuleRef
isApplicationModuleReserved, resetState, useApplicationModule, useApplicationModule

 

Methods inherited from interface oracle.jbo.ApplicationModuleHandle
getClientEnvironment, getClientEnvironment, getEnvironment, getEnvironment, getUserData

 

Constructor Detail

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)

Method Detail

createWorkerApplicationModule

public ApplicationModule createWorkerApplicationModule()
Specified by:
createWorkerApplicationModule in interface RemotePoolCookie

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.