J2C connection factory properties are used to configure a target enterprise information system (EIS) instance. These properties affect outbound processing and correspond to the ManagedConnectionFactory interface of the J2EE(TM) Connector Architecture Specification.
A J2C connection factory manages connection pooling. It provides configuration information for outbound connectivity to a single JDBC application instance from an application by way of the adapter.
The table titled "J2C connection factory properties" defines the JDBC configuration properties that pertain to a J2C connection factory. Two additional tables in this section define the bidirectional J2C connection factory properties that need to be configured only when bidirectional text transformation has been activated.
Property | Type | Globalized | Description |
---|---|---|---|
AutoCommit | Boolean | No | Value for AutoCommit to be set on the connection. |
DatabaseURL | String | Yes | Database URL used to connect to the database. This is enabled for use with bidirectional languages. |
JDBCDriverClass | String | No | JDBC driver class for the driver that is used to connect to the database. |
Password | String | Yes | Password for the corresponding user name. This is enabled for use with bidirectional languages. |
UserName | String | Yes | User name to log in to the enterprise information system. This is enabled for use with bidirectional languages. |
XADataSourceName | String | No | XA datasource name to establish an XA connection to the database. |
XADatabaseName | String | Yes | Database name used for the XA connection. This property must be set if you are using a DB2 database. |
Bidirectional J2C connection factory properties
Property | Type | Description |
---|---|---|
BiDiContextEIS | String | Defines bidirectional format for content data in all of the business object runtime instances supported by the adapter for specific connection to the EIS. |
BiDiContextMetadata | String | Defines bidirectional format for metadata or configuration properties for specific connection to the EIS. |
BiDiContextSkip | Boolean | Flag that controls the invocation of bidirectional support at the resource adapter level. If it equals true, the support will not be invoked. If it equals false, then the support will be invoked. |
BiDiContextSpecialFormat | String | Specifies the category of properties subject to special treatment for all of the connector properties of the specific connection to the EIS. |
DatabaseURL BiDi properties | *DatabaseURLEIS, DatabaseURLSpecialFormat, DatabaseURLSkip | |
Password BiDi properties | *PasswordEIS, PasswordSpecialFormat, PasswordSkip | |
UserName BiDi properties | *UserNameEIS, UserNameSpecialFormat, UserNameSkip |
*The three bidirectional (BiDi) properties associated with each BiDi-supported property. These properties are described in the following table.
BiDi property | Type | Description |
---|---|---|
BiDiContextCP<property_ |
String | Defines bidirectional format for a specific connector configuration property for a specific connection to the EIS. |
BiDiContextCP<property_ |
String | Flag that controls the invocation of bidirectional support at the connector configuration property level. If it equals true, the support will not be invoked. It if equals false, then the support will be invoked. |
BiDiContextCP<property_ |
Boolean | Defines the special format for a specific connector property for a specific connection to the EIS. |
Last updated: Thu Mar 23 13:24:31 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)