Skip navigation links

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

E52934-01


oracle.adf.share.mds
Class MDSUtil

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


public class MDSUtil
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Constructor Summary
MDSUtil()
           

 

Method Summary
static void clearSboxStateCleanFlag()
          Clears the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations
static oracle.mds.core.SessionOptions createSessionOptions()
           
static oracle.mds.core.UserStateHandler createStateHandler()
           
static oracle.mds.cust.CustClassList getCustClassList()
           
protected static oracle.mds.config.CustConfig getCustConfig()
           
static java.lang.String getDocumentASString(org.w3c.dom.Node node)
           
static java.lang.String getMDSSessionChangeDump(oracle.mds.core.MDSSession mdsSess)
           
static java.lang.String getSboxStateCleanFlagValue()
          Gets the value of the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations
static boolean isMDSPollFlagSet()
          Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set
static boolean isSboxStateCleanFlagSet()
          Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set
static void setMetaDataStateCleanFlag(java.lang.String sboxName)
          Sets the flag for clearing the application state related to cross application/ cross jvm naviation It will perform the cleanup that is done upon sandbox join, leave, destroy and publish operations as covered by setSboxStateCleanFlag().
static void setSboxStateCleanFlag()
          Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations
static void setSboxStateCleanFlag(java.lang.String sboxName)
          Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MDSUtil

public MDSUtil()

Method Detail

getCustClassList

public static oracle.mds.cust.CustClassList getCustClassList()

getDocumentASString

public static java.lang.String getDocumentASString(org.w3c.dom.Node node)

getMDSSessionChangeDump

public static java.lang.String getMDSSessionChangeDump(oracle.mds.core.MDSSession mdsSess)

createSessionOptions

public static oracle.mds.core.SessionOptions createSessionOptions()

getCustConfig

protected static oracle.mds.config.CustConfig getCustConfig()

createStateHandler

public static oracle.mds.core.UserStateHandler createStateHandler()

setSboxStateCleanFlag

public static void setSboxStateCleanFlag()
Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations

setMetaDataStateCleanFlag

public static void setMetaDataStateCleanFlag(java.lang.String sboxName)
Sets the flag for clearing the application state related to cross application/ cross jvm naviation It will perform the cleanup that is done upon sandbox join, leave, destroy and publish operations as covered by setSboxStateCleanFlag(). In addition it will also force mds to peform polling in the target jvm to refresh it's cache
Parameters:
sboxName - Sandbox name involved in the join, leave, destroy or publish operations

setSboxStateCleanFlag

public static void setSboxStateCleanFlag(java.lang.String sboxName)
Sets the flag for clearing the session state related to a sandbox join, leave, destroy or publish operations
Parameters:
sboxName - Sandbox name involved in the join, leave, destroy or publish operations

clearSboxStateCleanFlag

public static void clearSboxStateCleanFlag()
Clears the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations

getSboxStateCleanFlagValue

public static java.lang.String getSboxStateCleanFlagValue()
Gets the value of the flag that triggers the cleaning up session state related to a sandbox join, leave, destroy or publish operations
Returns:
sandbox name if set using the corresponding set API or a constant string that signifies that the flag is set null if the flag is not set

isSboxStateCleanFlagSet

public static boolean isSboxStateCleanFlagSet()
Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set
Returns:
true if the flag is set, false otherwise

isMDSPollFlagSet

public static boolean isMDSPollFlagSet()
Return wheter or not the flag related to a sandbox join, leave, destroy or publish operations is set
Returns:
true if the flag is set, false otherwise

Skip navigation links

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

E52934-01


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