Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adf.share
Interface ADFConfigEx

All Superinterfaces:
ADFConfig, ADFSettings
All Known Implementing Classes:
ADFConfigImpl

public interface ADFConfigEx
extends ADFConfig


Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
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
 void addScopeListener(ADFScopeListener listener)
          Adds a scope listener.
 Map getConfigObject(java.lang.String namespace, boolean forceReparse)
          get the config object information stored for the provided namespace
 void releaseResources()
          Releases resources allocated by the config
 void removeScopeListener(ADFScopeListener listener)
          Removes a scope listener.
 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 interface oracle.adf.share.ADFConfig
getConnectionsContext, getId, getMDSInstance, getMDSInstance, getSecurityContext, getSessionDefPackages
 
Methods inherited from interface oracle.adf.share.ADFSettings
getConfigObject
 

Field Detail

CLASS_INSTANCE

static final java.lang.Class CLASS_INSTANCE
Method Detail

releaseResources

void releaseResources()
Releases resources allocated by the config


addScopeListener

void addScopeListener(ADFScopeListener listener)
Adds a scope listener.

Parameters:
listener -

removeScopeListener

void removeScopeListener(ADFScopeListener listener)
Removes a scope listener.

Parameters:
listener -

updateIfNeeded

void updateIfNeeded()
Called to give the config a place to see if the document has been updated and needs to be processed again.


getConfigObject

Map getConfigObject(java.lang.String namespace,
                    boolean forceReparse)
get the config object information stored for the provided namespace

Parameters:
namespace - namespace for which settings is to be returned
forceReparse - this flag decides if the the ADFConfig needs to be recomputed. The ADFConifg component callback parser will be called invariably if true

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.