Class: com.sybase.djc.connector.ConnectionFactoryType (JCA Connection Factory Type) EAServer 6.3 Help
Description Defines properties for a JCA (Java Connector Architecture) connection factory type. A connection factory type is a template for specific connection factories, and holds properties that are common to all connection factories using this type.

See also: Connection Factory.

Configuration See Set Properties Task.
Properties connectionClass, connectionFactoryClass, connectionFactoryInterface, connectionInterface, managedConnectionFactoryClass, resourceAdapter
Files Repository/Instance/com/sybase/djc/connector/ConnectionFactoryType/*.properties

Property: config-prop:* (User-defined connection factory specific properties)
Description Any property with the name "config-prop:XXX" is used for initialization of the connection factory's JavaBean-style property named "XXX".

Property: connectionClass (Connection Class)
Description The fully qualified name of the java class for the Connection Class.

Property: connectionFactoryClass (Connection Factory Class)
Description The fully qualified name of the java class for the Connection Factory Class.

Property: connectionFactoryInterface (Connection Factory Interface)
Description The fully qualified name of the java class for the Connection Factory Interface.

Property: connectionInterface (Connection Interface)
Description The fully qualified name of the java class for the Connection Interface.

Property: managedConnectionFactoryClass (Managed Connection Factory Class)
Description The fully qualified name of the java class for Managed Connection Factory.

Property: resourceAdapter (Resource Adapter)
Description Required. Name of a configured JCA Resource Adapter. Each connection factory type is associated with a particular resource adapter.