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

E10686-07

oracle.adf.share.mds
Class MDSTransManager

java.lang.Object
  extended by oracle.adf.share.mds.MDSTransManager

public class MDSTransManager
extends java.lang.Object

Since:
release specific (what release of product did this appear in)

Constructor Summary
MDSTransManager()
           
 
Method Summary
static void beginFlush(oracle.mds.core.MDSSession mdsSess)
           
static void beginFlushCurrentMDSSess()
           
static void endFlush(oracle.mds.core.MDSSession mdsSess)
           
static void endFlushCurrentMDSSess()
           
static void finalFlushChanges(oracle.mds.core.MDSSession mdsSess)
           
static void flushChanges(oracle.mds.core.MDSSession mdsSess)
           
static oracle.mds.core.MDSSession getCurrentMDSSession()
           
static boolean isFinalFlush(oracle.mds.core.MDSSession mdsSess)
           
static boolean isMDSNoCustEnabled(oracle.mds.core.MDSSession mdsSess)
           
static boolean isMDSRefreshNeeded(oracle.mds.core.MDSSession mdsSess)
           
static boolean isRightIsolationLevel(oracle.mds.core.MDSSession mdsSess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDSTransManager

public MDSTransManager()
Method Detail

isFinalFlush

public static boolean isFinalFlush(oracle.mds.core.MDSSession mdsSess)

beginFlush

public static void beginFlush(oracle.mds.core.MDSSession mdsSess)

beginFlushCurrentMDSSess

public static void beginFlushCurrentMDSSess()

getCurrentMDSSession

public static oracle.mds.core.MDSSession getCurrentMDSSession()

isRightIsolationLevel

public static boolean isRightIsolationLevel(oracle.mds.core.MDSSession mdsSess)

isMDSNoCustEnabled

public static boolean isMDSNoCustEnabled(oracle.mds.core.MDSSession mdsSess)

endFlush

public static void endFlush(oracle.mds.core.MDSSession mdsSess)
                     throws java.lang.Exception
Throws:
java.lang.Exception

endFlushCurrentMDSSess

public static void endFlushCurrentMDSSess()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

flushChanges

public static void flushChanges(oracle.mds.core.MDSSession mdsSess)
                         throws java.lang.Exception
Throws:
java.lang.Exception

finalFlushChanges

public static void finalFlushChanges(oracle.mds.core.MDSSession mdsSess)
                              throws java.lang.Exception
Throws:
java.lang.Exception

isMDSRefreshNeeded

public static boolean isMDSRefreshNeeded(oracle.mds.core.MDSSession mdsSess)

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

E10686-07

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