|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1) E10686-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.share.config.ADFConfigImpl
oracle.adf.share.config.FallbackConfigImpl
public class FallbackConfigImpl
ADFConfig fallback implementation. Used when we don't have a persistent adf configuration available. ADF configuration is persisted in adf-config.xml. This class extends from ADFConfigImpl, because for cases where the adf-config.xml file does not exist at the .ear level but exists at the .war level, we still need one ADFConfigImpl object for reference. The methods in the FallbackImpl are only to facilitate must have default configurations for applications.
ADFConfig
,
ADFConfigFactory
,
ADFConfigImpl
Field Summary |
---|
Fields inherited from class oracle.adf.share.config.ADFConfigImpl |
---|
_applicationName, _callbackMap, _namedConfig, _resourceReadList, _storedResults, _storeParsedElements, _url, ADF_CONFIG_CHILD, CALLBACK_FILE |
Fields inherited from interface oracle.adf.share.ADFConfig |
---|
ADFCONFIG_META_FILENAME, ADFCONFIG_MO_NAME, CONFIG_FILENAME, DEFAULT_CONFIGURATION, NAMESPACE, ROOT_ELEMENT_NAME |
Fields inherited from interface oracle.adf.share.ADFSettings |
---|
ADFSETTINGS_FILENAME, ADFSETTINGS_NAMESPACE, ADFSETTINGS_ROOT_ELEMENT_NAME |
Method Summary | |
---|---|
javax.naming.Context |
getConnectionsContext()
JNDI context containing the application connection definitions. |
java.lang.Object |
getMDSInstance()
Gets the mds instance configured for this application |
javax.naming.Context |
getSecurityContext()
Security context containing the jaas configuration. |
java.util.List |
getSessionDefPackages()
|
void |
releaseResources()
Releases resources allocated by the config |
Methods inherited from class oracle.adf.share.config.ADFConfigImpl |
---|
addScopeListener, getApplicationName, getCallBackMap, getConfigObject, getConfigObject, getDocumentElement, getId, getMDSInstance, init, parseConfigFirstPass, readConfig, readConfig, removeScopeListener, reset, updateIfNeeded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getMDSInstance()
ADFConfig
getMDSInstance
in interface ADFConfig
getMDSInstance
in class ADFConfigImpl
public java.util.List getSessionDefPackages()
getSessionDefPackages
in interface ADFConfig
getSessionDefPackages
in class ADFConfigImpl
public javax.naming.Context getConnectionsContext() throws javax.naming.NamingException
ADFConfig
getConnectionsContext
in interface ADFConfig
getConnectionsContext
in class ADFConfigImpl
javax.naming.NamingException
public javax.naming.Context getSecurityContext() throws javax.naming.NamingException
ADFConfig
getSecurityContext
in interface ADFConfig
getSecurityContext
in class ADFConfigImpl
javax.naming.NamingException
public void releaseResources()
ADFConfigEx
releaseResources
in interface ADFConfigEx
releaseResources
in class ADFConfigImpl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1) E10686-04 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |