Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.9.0)

E52934-01


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)
           
 oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions sessionOptions, java.lang.String mode, boolean forTip)
           
 oracle.mds.core.IsolationLevel getIsolationLevel()
           
static java.lang.String getLabelName()
           
protected  java.lang.String getSandboxName()
           
static java.lang.String getSandboxNameFromSession()
           
static boolean includeTipMDSSession()
           
 void setIsolationLevel(oracle.mds.core.IsolationLevel v)
           
static void setLabelName(java.lang.String labelName, boolean includeTipMDSSession)
           
static 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

getIsolationLevel

public oracle.mds.core.IsolationLevel getIsolationLevel()

setIsolationLevel

public void setIsolationLevel(oracle.mds.core.IsolationLevel v)

createSessionOptions

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

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.

setLabelName

public static void setLabelName(java.lang.String labelName,
                                boolean includeTipMDSSession)

includeTipMDSSession

public static boolean includeTipMDSSession()

getLabelName

public static java.lang.String getLabelName()

setSandboxNameInSession

public static void setSandboxNameInSession(java.lang.String sboxName)

getSandboxName

protected java.lang.String getSandboxName()

getSandboxNameFromSession

public static java.lang.String getSandboxNameFromSession()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.9.0)

E52934-01


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