J2CConnectionFactory


This type is a class for model objects.

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.

Package: j2c
Supertype: ConnectionFactory

Known subtypes:
    CMPConnectorFactory

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
connectionDefinition : ConnectionDefinition @ @since 6.0.0 For 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.
customProperties : Property * @since 6.0.0 Extension point for associating additional WebSphere-specific properties with a connection factory.



Attribute Details

connectionDefinition  -  @since 6.0.0 For 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.
    Reference Type: ConnectionDefinition @
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

customProperties  -  @since 6.0.0 Extension point for associating additional WebSphere-specific properties with a connection factory.
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006