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

E10686-08

oracle.adf.share.mds
Interface MDSLockedSessionOperations

All Known Implementing Classes:
ADFContextMDSConfigHelperImpl, MDSTransManager

public interface MDSLockedSessionOperations

Represents operations that can be performed on current locked MDS Session. The mds locked session key is managed internally. The MDS Session is the current MDSSession, for the current ADFContext

See Also:
MDSSession

Method Summary
 void cancelMDSSessionChanges()
          Cancels the current MDSSession for the current ADFContext.
 void flushMDSSessionChanges()
          Flushes the current MDSSession for the current ADFContext.
 boolean isMDSRefreshNeeded()
          Tells whether or not there are pending changes on the current MDS Session for the current ADFContext
 void resetMDSSession()
          Resets the current MDSSession for the current ADFContext.
 

Method Detail

isMDSRefreshNeeded

boolean isMDSRefreshNeeded()
Tells whether or not there are pending changes on the current MDS Session for the current ADFContext

Returns:
true if there are pending changes, false otherwise

flushMDSSessionChanges

void flushMDSSessionChanges()
                            throws java.lang.Exception
Flushes the current MDSSession for the current ADFContext.

Throws:
java.lang.Exception - if the operation fails
See Also:
MDSSession.flushChanges()

resetMDSSession

void resetMDSSession()
Resets the current MDSSession for the current ADFContext.

See Also:
MDSSession.reset()

cancelMDSSessionChanges

void cancelMDSSessionChanges()
Cancels the current MDSSession for the current ADFContext.

See Also:
MDSSession.cancelChanges()

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

E10686-08

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