Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.flex.runtime
Class ConnectionIdentifier

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.ConnectionIdentifier

public final class ConnectionIdentifier
extends java.lang.Object

An identifier to a JDBC connection.


Field Summary
static java.lang.String APPLICATION_MODULE_CONFIG
          The special String that indicates the connection information should come from an application module configuration when the application module instance is created.
 
Method Summary
static ConnectionIdentifier getInstance()
          Gets the instance of this class that indicates the connection information should come from an application module configuration when the application module is created.
static ConnectionIdentifier getInstance(java.lang.String identStr)
          Gets an instance of this class.
 java.lang.String getURI()
          Gets the JDBC connection URI associated with this identifier.
 oracle.jbo.ApplicationModule remove_me_createApplicationModule(java.lang.String amName, java.lang.String configName)
          Internal Use Only This method should be removed once the refactoring is done.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_MODULE_CONFIG

public static final java.lang.String APPLICATION_MODULE_CONFIG
The special String that indicates the connection information should come from an application module configuration when the application module instance is created. This String is always "@Configuration".

See Also:
Constant Field Values
Method Detail

getInstance

public static ConnectionIdentifier getInstance(java.lang.String identStr)
Gets an instance of this class. The identifier String can be a JDBC connection URL or a special String "@Configuration" to indicate that the connection information should come from an application module configuration when the application module instance is created.

Parameters:
identStr - the identifier; it should be a valid JDBC URL or "@Configuration"
Throws:
java.lang.IllegalArgumentException - if the given identifier String is null
See Also:
APPLICATION_MODULE_CONFIG

getInstance

public static ConnectionIdentifier getInstance()
Gets the instance of this class that indicates the connection information should come from an application module configuration when the application module is created.

Returns:
the instance of this class that indicates the connection information should come from an application module configuration when the application module is created

getURI

public java.lang.String getURI()
Gets the JDBC connection URI associated with this identifier.

Returns:
the JDBC connectino URI associated with this identifier; null if this identifier indicates that the connection information should come from an application module configuration when the application module instance is created
See Also:
createApplicationModule(java.lang.String, java.lang.String)

remove_me_createApplicationModule

public oracle.jbo.ApplicationModule remove_me_createApplicationModule(java.lang.String amName,
                                                                      java.lang.String configName)
Internal Use Only This method should be removed once the refactoring is done.

Parameters:
amName -
configName -
Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.