oracle.jbo.common.ampool
Class DefaultSessionCookieFactory
java.lang.Object
  
oracle.jbo.common.ampool.DefaultSessionCookieFactory
- All Implemented Interfaces: 
 - SessionCookieFactory
 
public class DefaultSessionCookieFactory
- extends java.lang.Object
- implements SessionCookieFactory
  
Factory for SessionCookieImpl instances.
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultSessionCookieFactory
public DefaultSessionCookieFactory()
createSessionCookie
public SessionCookie createSessionCookie(java.lang.String applicationId,
                                         java.lang.String sessionId,
                                         ApplicationPool pool,
                                         java.util.Properties properties)
- Description copied from interface: 
SessionCookieFactory 
- Creates a SessionCookie instance.
 
- Specified by:
 createSessionCookie in interface SessionCookieFactory
 
- Parameters:
 applicationId - an identifier which may be used to uniquely
    identify this cookie within the context of a session
 sessionId - an option identifier which may be used to uniquely
    identify this cookie across sessions.
 pool - the applicationPool instance which will be used to acquire
    ApplicationModule instances for this SessionCookie.
 properties - an optional properties object which may be used
    to pass additional creation properties to the SessionCookieFactory.
 
 
getSessionCookieClass
public java.lang.Class getSessionCookieClass()
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.