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


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 SharedSessionCookieFactory
          Factory for shared session cookies.

 


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


 

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