Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.7.0)

E10652-08

oracle.adf.controller.internal.mds
Class UnlockedTransactionManager

java.lang.Object
  extended by oracle.adf.controller.internal.mds.UnlockedTransactionManager
All Implemented Interfaces:
TransactionManager

public class UnlockedTransactionManager
extends java.lang.Object
implements TransactionManager

Implementation of the MDS transaction manager using the unlocked transaction from ADF-share.


Constructor Summary
UnlockedTransactionManager()
           
 
Method Summary
 void finalFlush()
          Final flush for the transaction
 oracle.mds.core.MDSSession getMDSSession()
          Retrieve the MDSsession
 boolean hasChanges()
          Return true if the transaction has changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockedTransactionManager

public UnlockedTransactionManager()
Method Detail

hasChanges

public boolean hasChanges()
Description copied from interface: TransactionManager
Return true if the transaction has changes.

Specified by:
hasChanges in interface TransactionManager
Returns:

finalFlush

public void finalFlush()
                throws java.lang.Exception
Description copied from interface: TransactionManager
Final flush for the transaction

Specified by:
finalFlush in interface TransactionManager
Throws:
java.lang.Exception

getMDSSession

public oracle.mds.core.MDSSession getMDSSession()
Description copied from interface: TransactionManager
Retrieve the MDSsession

Specified by:
getMDSSession in interface TransactionManager
Returns:

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 1 (11.1.1.7.0)

E10652-08

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