Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.http
Interface HttpSessionCookie

All Superinterfaces:
ApplicationModuleHandle, ApplicationModuleRef, java.io.Serializable, SessionCookie
All Known Implementing Classes:
HttpSessionCookieImpl

public interface HttpSessionCookie
extends SessionCookie

An interface for web session cookies.

HttpSessionCookies may extend a session cookie implementation with additional logic to read and write cookie values from Http requests or reponses.

See Also:
SessionCookie

Field Summary

 

Fields inherited from interface oracle.jbo.common.ampool.SessionCookie
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

 

Methods inherited from interface oracle.jbo.common.ampool.SessionCookie
copyInto, equals, getApplicationId, getEnvConfigurationName, getEnvInfoProvider, getLastUpdate, getMostRecentStackId, getPassivationId, getPoolSignature, getReservedPassivationId, getSessionId, getSSOSubscriber, getSSOUserName, getSyncLock, getThreadRefCount, getValue, hashCode, isActivationRequired, isActivationRequired, isApplicationModuleReleased, isApplicationModuleReleasedByThread, isConnectionPoolingEnabled, isFailoverEnabled, isResetNonTransactionalState, readValue, releaseApplicationModule, releaseApplicationModule, releaseApplicationModule, releaseApplicationModule, reservePassivationId, reservePassivationId, resetStateInternal, setActivationRequired, setEnvInfoProvider,  

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

 

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

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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