ConnectionDefinition

@since J2EE1.4The connection-definitionType defines a set of connectioninterfaces and classes pertaining to a particular connectiontype. This also includes configurable properties forManagedConnectionFactory instances that may be produced outof this set.



Attributes Summary
managedConnectionFactoryClass : StringThe element managedconnectionfactory-class specifies the fully qualified name of the Java class that implements the javax.
connectionFactoryInterface : StringThe element connectionfactory-interface specifies the fully qualified name of the ConnectionFactory interface supported by the resource adapter.
connectionFactoryImplClass : StringThe element connectionfactory-impl-class specifies the fully qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface.
connectionInterface : StringThe connection-interface element specifies the fully qualified name of the Connection interface supported by the resource adapter.
connectionImplClass : StringThe connection-impl-classType specifies the fully qualified name of the Connection class that implements resource adapter specific Connection interface.
configProperties : ConfigProperty *  

Attribute Details

managedConnectionFactoryClass    -    The element managedconnectionfactory-class specifies the fully qualified name of the Java class that implements the javax.resource.spi.ManagedConnectionFactory interface. This Java class is provided as part of resource adapter's implementation of connector architecture specified contracts. The implementation of this class is required to be a JavaBean. Example: <managedconnectionfactory-class> com.wombat.ManagedConnectionFactoryImpl </managedconnectionfactory-class>
     data type:  String
     default Value:   unspecified



connectionFactoryInterface    -    The element connectionfactory-interface specifies the fully qualified name of the ConnectionFactory interface supported by the resource adapter. Example: <connectionfactory-interface>com.wombat.ConnectionFactory </connectionfactory-interface> OR <connectionfactory-interface>javax.resource.cci.ConnectionFactory </connectionfactory-interface>
     data type:  String
     default Value:   unspecified



connectionFactoryImplClass    -    The element connectionfactory-impl-class specifies the fully qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface. Example: <connectionfactory-impl-class>com.wombat.ConnectionFactoryImpl </connectionfactory-impl-class>
     data type:  String
     default Value:   unspecified



connectionInterface    -    The connection-interface element specifies the fully qualified name of the Connection interface supported by the resource adapter. Example: <connection-interface>javax.resource.cci.Connection </connection-interface>
     data type:  String
     default Value:   unspecified



connectionImplClass    -    The connection-impl-classType specifies the fully qualified name of the Connection class that implements resource adapter specific Connection interface. It is used by the connection-impl-class elements. Example: <connection-impl-class>com.wombat.ConnectionImpl </connection-impl-class>
     data type:  String
     default Value:   unspecified



configProperties    -     
     data type: ConfigProperty*


Copyright IBM Corp. 1997-2004