J2CConnectionFactory

One set of connection configuration values. Application components, such as enterprise beans, have resource-ref descriptors that refer to the connection factory, not to the resource adapter. You can think of the connection factory as a holder of a list of configuration properties. In addition to the arbitrary set of configuration properties defined by the vendor of the resource adapter, there are several standard configuration properties that apply to the connection factory. These standard properties are used by the J2C connection pool manager in the application server runtime and are not known by the vendor supplied resource adapter code.

Inherits from type ConnectionFactory and adds the following.

Attributes Summary
connectionDefinition : ConnectionDefinition@ @since 6.
customProperties : Property * @since 6.

Attribute Details

connectionDefinition    -    @since 6.0.0For JCA1.5 resource adapters, the connection definition must reference one of the outbound resource adapter's connection definitions.This reference does not apply to JCA1.0 resource adapters.
     data type: ConnectionDefinition@



customProperties    -    @since 6.0.0Extension point for associating additional WebSphere-specific properties with a connection factory.
     data type: Property*


Copyright IBM Corp. 1997-2004