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


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

Packages that use SessionCookieFactory
oracle.jbo.common.ampool   
oracle.jbo.http   

 

Uses of SessionCookieFactory in oracle.jbo.common.ampool

 

Classes in oracle.jbo.common.ampool that implement SessionCookieFactory
 class DefaultSessionCookieFactory
          Factory for SessionCookieImpl instances.

 

Methods in oracle.jbo.common.ampool that return SessionCookieFactory
 SessionCookieFactory ApplicationPoolImpl.getSessionCookieFactory()
           
 SessionCookieFactory ApplicationPool.getSessionCookieFactory()
          Get the factory that will be used to create new session cookie instances.

 

Methods in oracle.jbo.common.ampool with parameters of type SessionCookieFactory
 void ApplicationPoolImpl.setSessionCookieFactory(SessionCookieFactory sessionCookieFactory)
           
 void ApplicationPool.setSessionCookieFactory(SessionCookieFactory sessionCookieFactory)
          Set the factory that will be used to create new session cookie instances.

 

Uses of SessionCookieFactory in oracle.jbo.http

 

Classes in oracle.jbo.http that implement SessionCookieFactory
 class HttpSessionCookieFactory
          Factory for HttpSessionCookieImpl instances.
 class OCISessionCookieFactory
          An OCISessionCookieFactory.
 class SharedSessionCookieFactory
          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.