oracle.adf.share.mds
Class ADFSessionOptionsFactoryImpl
java.lang.Object
oracle.adf.share.mds.ADFSessionOptionsFactoryImpl
- All Implemented Interfaces:
- SessionOptionsFactory
public class ADFSessionOptionsFactoryImpl
- extends java.lang.Object
- implements SessionOptionsFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBOX_SESSION_KEY
public static final java.lang.String SBOX_SESSION_KEY
- See Also:
- Constant Field Values
ADFSessionOptionsFactoryImpl
public ADFSessionOptionsFactoryImpl()
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()
Copyright © 1997, 2011, Oracle. All rights reserved.