Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.common.ampool.ApplicationModuleRef

Packages that use ApplicationModuleRef
oracle.jbo.common.ampool   
oracle.jbo.html.jsp.datatags   
oracle.jbo.http   

 

Uses of ApplicationModuleRef in oracle.jbo.common.ampool

 

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

 

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

 

Uses of ApplicationModuleRef in oracle.jbo.html.jsp.datatags

 

Methods in oracle.jbo.html.jsp.datatags that return ApplicationModuleRef
static ApplicationModuleRef Utils.getAMRefFromContext(javax.servlet.jsp.PageContext pageCtx, java.lang.String amId)
           

 

Uses of ApplicationModuleRef in oracle.jbo.http

 

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

 

Classes in oracle.jbo.http that implement ApplicationModuleRef
 class HttpSessionCookieImpl
          Default HttpSessionCookie implementation.
 class SharedSessionCookieImpl
          Deprecated. since 9.0.5. Replaced by pool parameter: jbo.ampool.isuseexclusive

This class and its factory SharedSessionCookieFactory * have been deprecated. The new pool parametre jbo.ampool.isuseexclusive may instead be used to configure an ApplicationPool to share an ApplicationModule instance between SessionCookie(s). This change has enabled better use of the other pool tuning parameters for shared instances.

Please see the oracle.jbo.pool.ResourcePool.isUseExclusive() javadoc for more information regarding this new pool parameter.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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