Business Components

oracle.jbo.common
Class Configuration

java.lang.Object
  |
  +--oracle.jbo.client.Configuration
        |
        +--oracle.jbo.common.Configuration

Deprecated. since 5.0 Use Configuration instead.

public class Configuration
extends Configuration


Fields inherited from class oracle.jbo.client.Configuration
APP_MODULE_CONFIG_BAG, APP_MODULE_CONFIG_NAME, APPLICATION_NAME_PROPERTY, APPLICATION_TYPE_PROPERTY, APPLICATION_TYPE_VALUE_APPMODULE, APPLICATION_TYPE_VALUE_PACKAGE, APPMODULE_JNDI_NAME, APPSERVER_CONNECTION_NAME, ATTR_CONFIG_NAME, BC4J_CONFIG, BC4J_CONFIG_NAME, COMMON, configDocument, CONNECTION_DEF_NAME, connectionManager, DB_CONNECTION_PROPERTY, DB_DATASOURCE_PASSWD_PROPERTY, DB_DATASOURCE_PROPERTY, DB_DATASOURCE_USERNAME_PROPERTY, DB_PASSWORD_PROPERTY, DB_USERNAME_PROPERTY, DEFAULT_CONFIG_FILE, DEFAULT_CONFIG_FILE_EXT, DEFAULT_CONFIG_FILENAME, domParser, DT_COMMONDEPLOYMENTPROFILE, DT_DEPLOYMENTPROFILE, DT_MIDDLETIERDEPLOYMENTPROFILE, HTTP_CONNECTION_NAME, IIOP_CONNECTION_NAME, JBO_SESSION_COOKIE, JDBC_CONNECTION_NAME, JDBC_DS_NAME, O8I_CONNECT_STRING
 
Constructor Summary
Configuration()
          Deprecated.  
 
Methods inherited from class oracle.jbo.client.Configuration
addProperties, buildConfigurationFileName, buildConfigurationFileNameFromClassPath, createNewConnectionEntry, createRootApplicationModule, createRootApplicationModule, getAppModuleConfigBagNode, getAppModuleConfigNodes, getConfiguration, getConfiguration, getConfigurationNameList, getConfigurationNode, getConnectionDefinitionNodes, getConnectionDescriptor, getXMLDocument, initializeFromConnectionName, loadFromClassPath, loadFromFile, loadFromStream, registerConnectionsFromDocument, releaseRootApplicationModule, removeConfigurationProperty, removeConnectionEntry, updateConnectionDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()
Deprecated. 

Business Components