Business Components

Uses of Interface
oracle.jbo.ApplicationModuleHandle

Packages that use.*
PackageDescription
oracle.jbo.common.ampool   
oracle.jbo.http   
 

Uses of ApplicationModuleHandle in oracle.jbo.common.ampool
 

Subinterfaces of ApplicationModuleHandle in oracle.jbo.common.ampool
TypeName
 interface ApplicationModuleRef
           
 interface SessionCookie
          Interface for session cookies.
 

Classes in oracle.jbo.common.ampool that implement ApplicationModuleHandle
TypeName
 class SessionCookieImpl
          Default SessionCookie implementation.
 

Uses of ApplicationModuleHandle in oracle.jbo.http
 

Subinterfaces of ApplicationModuleHandle in oracle.jbo.http
TypeName
 interface HttpSessionCookie
          An interface for web session cookies.
 

Classes in oracle.jbo.http that implement ApplicationModuleHandle
TypeName
 class HttpSessionCookieImpl
          Default HttpSessionCookie implementation.
 class SharedSessionCookieImpl
          A shared application module handle.
 


Business Components