This type is a class for model objects.
@version J2EE1.4 The connection-definitionType defines a set of connection interfaces and classes pertaining to a particular connection type. This also includes configurable properties for ManagedConnectionFactory instances that may be produced out of this set.
Package: jcaAttributes Summary | |
managedConnectionFactoryClass : EString |
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:
|
connectionFactoryInterface : EString |
The element connectionfactory-interface specifies
the fully qualified name of the ConnectionFactory
interface supported by the resource adapter.
Example:
|
connectionFactoryImplClass : EString |
The element connectionfactory-impl-class specifies
the fully qualified name of the ConnectionFactory
class that implements resource adapter
specific ConnectionFactory interface.
Example:
|
connectionInterface : EString |
The connection-interface element specifies the fully
qualified name of the Connection interface supported
by the resource adapter.
Example:
|
connectionImplClass : EString |
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:
|
configProperties : ConfigProperty * | * No description is available * |
Attribute Details |