Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.1.0)

E17486-02

oracle.adf.share.mds
Class ADFSessionOptionsFactoryImpl

java.lang.Object
  extended by oracle.adf.share.mds.ADFSessionOptionsFactoryImpl
All Implemented Interfaces:
SessionOptionsFactory

public class ADFSessionOptionsFactoryImpl
extends java.lang.Object
implements SessionOptionsFactory


Field Summary
static java.lang.String SBOX_SESSION_KEY
           
 
Constructor Summary
ADFSessionOptionsFactoryImpl()
           
 
Method Summary
 oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)
          Called to allow the application code to create a new SessionOptions object.
 oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions sessionOptions, java.lang.String mode)
           
 java.lang.String getSandboxNameFromSession()
           
 void setSandboxNameInSession(java.lang.String sboxName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SBOX_SESSION_KEY

public static final java.lang.String SBOX_SESSION_KEY
See Also:
Constant Field Values
Constructor Detail

ADFSessionOptionsFactoryImpl

public ADFSessionOptionsFactoryImpl()
Method Detail

createSessionOptions

public oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions sessionOptions,
                                                           java.lang.String mode)

createSessionOptions

public oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)
Description copied from interface: SessionOptionsFactory
Called to allow the application code to create a new SessionOptions object. The application code should make sure to read the values from the defaultOptions object as part of contruction of their new object and make sure they only override the intended values.

Specified by:
createSessionOptions in interface SessionOptionsFactory
Returns:
a new SessionOptions object.

setSandboxNameInSession

public void setSandboxNameInSession(java.lang.String sboxName)

getSandboxNameFromSession

public java.lang.String getSandboxNameFromSession()

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.1.0)

E17486-02

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