| Class: com.sybase.djc.connector.ConnectionFactoryType (JCA Connection Factory Type) | EAServer 6.0 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, managedConnectionFactoryTypeClass, resourceAdapter |
| Files | Repository/Instance/com/sybase/djc/connector/ConnectionFactoryType/*.properties |
| 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: managedConnectionFactoryTypeClass (Managed Connection Factory Class) | |
|---|---|
| Description | The fully qualified name of the java class for Managed Connection Factory Type. |
| Property: resourceAdapter (Resource Adapter) | |
|---|---|
| Description | Required. Name of a configured JCA Resource Adapter. Each connection factory type is associated with a particular resource adapter. |