public interface ADFConfig extends ADFSettings
ADF configuration object is initilzed with ADF context object.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADFCONFIG_META_FILENAME |
static java.lang.String |
ADFCONFIG_MO_NAME |
static java.lang.String |
CONFIG_FILENAME |
static java.lang.String |
DEFAULT_CONFIGURATION
Name of the default configuration for each component type.
|
static java.lang.String |
NAMESPACE
Namespace for the adf config.
|
static java.lang.String |
ROOT_ELEMENT_NAME
The root element name of adf config file.
|
ADFSETTINGS_FILENAME, ADFSETTINGS_NAMESPACE, ADFSETTINGS_ROOT_ELEMENT_NAME
Modifier and Type | Method and Description |
---|---|
javax.naming.Context |
getConnectionsContext()
JNDI context containing the application connection
definitions.
|
java.lang.Object |
getId()
Unique identifier for this application
|
java.lang.Object |
getMDSInstance()
Gets the MDS instance configured for this application
|
java.lang.Object |
getMDSInstance(boolean bCreate)
Gets the MDS instance, but controls if it should be created via the parameter.
|
javax.naming.Context |
getSecurityContext()
Security context containing the jaas configuration.
|
getConfigObject
static final java.lang.String CONFIG_FILENAME
static final java.lang.String ADFCONFIG_META_FILENAME
static final java.lang.String ADFCONFIG_MO_NAME
static final java.lang.String DEFAULT_CONFIGURATION
static final java.lang.String NAMESPACE
static final java.lang.String ROOT_ELEMENT_NAME
java.lang.Object getMDSInstance()
java.lang.Object getMDSInstance(boolean bCreate)
bCreate
- whether to create if one does not exists and if applicable.java.lang.Object getId()
javax.naming.Context getConnectionsContext() throws javax.naming.NamingException
javax.naming.NamingException
javax.naming.Context getSecurityContext() throws javax.naming.NamingException
javax.naming.NamingException