Skip navigation links
oracle.adf.share.config
Class MDSConfigImpl
java.lang.Object
oracle.adf.share.config.ADFConfigImpl
oracle.adf.share.config.MDSConfigImpl
- All Implemented Interfaces:
- ADFConfig, ADFConfigEx, ADFConfigLifecycle, ADFSettings
-
public class MDSConfigImpl
- extends ADFConfigImpl
- For internal use only. Application developers should not use this
- This implementation class is internal, noone should have to call the methods on this directly. It implements the MDS specific behavior when an application *has* an adf-config.xml file, and it contains an mds-config child element. Otherwise, the base class ADFConfigImpl is used.
| Fields inherited from class oracle.adf.share.config.ADFConfigImpl |
_applicationName, _callbackMap, _firstPassEnteredCount, _namedConfig, _resourceReadList, _storedResults, _storeParsedElements, _url, ADF_CONFIG_CHILD, CALLBACK_FILE, NAMESPACE_ADF_MDS_CONFIG, propFiles |
| Constructor Summary |
MDSConfigImpl(oracle.mds.core.MDSSession session, oracle.mds.core.MetadataObject mo, java.net.URL url)
Deprecated. |
MDSConfigImpl(oracle.mds.core.MDSSession session, oracle.mds.core.MetadataObject mo, java.net.URL url, java.lang.String moname)
|
| Method Summary |
void |
clearCaches()
|
protected oracle.mds.core.MDSSession |
createMDSSession(oracle.mds.core.MDSInstance mdsinstance)
|
protected org.w3c.dom.Element |
getDocumentElement(java.io.InputStream is)
|
void |
releaseResources()
Releases resources allocated by the config |
void |
updateIfNeeded()
Called to give the config a place to see if the document has been updated and needs to be processed again. |
| Methods inherited from class oracle.adf.share.config.ADFConfigImpl |
addScopeListener, dumpAdfConfig, getApplicationName, getCallBackMap, getConfigObject, getConfigObject, getConnectionsContext, getDefCachePolicies, getId, getMDSInstance, getMDSInstance, getParsedElements, getSecurityContext, getSessionDefPackages, init, invokeMDSInstanceClearCache, parseConfigFirstPass, readConfig, readConfig, removeScopeListener, reset |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDSConfigImpl
public MDSConfigImpl(oracle.mds.core.MDSSession session,
oracle.mds.core.MetadataObject mo,
java.net.URL url,
java.lang.String moname)
MDSConfigImpl
public MDSConfigImpl(oracle.mds.core.MDSSession session,
oracle.mds.core.MetadataObject mo,
java.net.URL url)
- Deprecated.
- Parameters:
session -
mo -
url -
updateIfNeeded
public void updateIfNeeded()
- Description copied from interface:
ADFConfigEx
- Called to give the config a place to see if the document has been updated and needs to be processed again.
-
- Specified by:
updateIfNeeded in interface ADFConfigEx
- Overrides:
updateIfNeeded in class ADFConfigImpl
releaseResources
public void releaseResources()
- Description copied from interface:
ADFConfigEx
- Releases resources allocated by the config
-
- Specified by:
releaseResources in interface ADFConfigEx
- Overrides:
releaseResources in class ADFConfigImpl
clearCaches
public void clearCaches()
-
- Specified by:
clearCaches in interface ADFConfigLifecycle
- Overrides:
clearCaches in class ADFConfigImpl
getDocumentElement
protected org.w3c.dom.Element getDocumentElement(java.io.InputStream is)
-
- Overrides:
getDocumentElement in class ADFConfigImpl
createMDSSession
protected oracle.mds.core.MDSSession createMDSSession(oracle.mds.core.MDSInstance mdsinstance)
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.