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

E10686-05

oracle.adf.share.mds
Interface SessionOptionsFactory


public interface SessionOptionsFactory

This inteface may be implemented to allow an application to override the creation of the MDS SessionOptions object.


Method Summary
 oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)
          Called to allow the application code to create a new SessionOptions object.
 

Method Detail

createSessionOptions

oracle.mds.core.SessionOptions createSessionOptions(oracle.mds.core.SessionOptions defaultOptions)
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.

Parameters:
defaultOptions -
Returns:
a new SessionOptions object.

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

E10686-05

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