Business Components

oracle.jbo.http
Interface HttpSessionCookie

All Superinterfaces:
ApplicationModuleRef, 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

Fields inherited from interface oracle.jbo.common.ampool.SessionCookie
NULL_PASSIVATION_ID
 
Methods inherited from interface oracle.jbo.common.ampool.SessionCookie
copyInto, equals, getApplicationId, getEnvInfoProvider, getEnvironment, getLastUpdate, getPassivationId, getPoolSignature, getReservedPassivationId, getSessionId, getSyncLock, getUserData, getValue, hashCode, isActivationRequired, isConnectionPoolingEnabled, isFailoverEnabled, isResetNonTransactionalState, readValue, reservePassivationId, resetState, setActivationRequired, setEnvInfoProvider, setEnvironment, setPassivationId, setReservedPassivationId, setSessionCookieListener, toString, writeValue
 
Methods inherited from interface oracle.jbo.common.ampool.ApplicationModuleRef
isApplicationModuleReserved, releaseApplicationModule, releaseApplicationModule, useApplicationModule, useApplicationModule, useApplicationModule
 


Business Components