Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.datacontrol
Class ApplcoreSiteSessionOptionsFactory

java.lang.Object
  extended by oracle.apps.fnd.applcore.socialnetwork.model.datacontrol.ApplcoreSiteSessionOptionsFactory
All Implemented Interfaces:
java.io.Serializable, oracle.adf.share.mds.SessionOptionsFactory

public class ApplcoreSiteSessionOptionsFactory
extends java.lang.Object
implements oracle.adf.share.mds.SessionOptionsFactory, java.io.Serializable

A MDS Session Options Factory that is registered with MDS and called back on to establish session options when interacting with MDS. THis session options factory provides a single Site level customization class for writing persdef options.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/datacontrol/ApplcoreSiteSessionOptionsFactory.java /st_atgpf_pt-11.1.1.7.0/1 2012/10/30 22:17:41 dagroves Exp $
See Also:
Serialized Form

Method Summary
 oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)
          Create the Session options.
static ApplcoreSiteSessionOptionsFactory getInstance()
          Singleton lookup of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ApplcoreSiteSessionOptionsFactory getInstance()
Singleton lookup of this class.

Returns:
single object.

createSessionOptions

public oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)
Create the Session options. They will consist of a single Site level.

Specified by:
createSessionOptions in interface oracle.adf.share.mds.SessionOptionsFactory
Parameters:
defaultOptions - adf-config.xml options from MDSInstance.
Returns:
Site only session options.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.