Connector properties

Description

Connector property names begin with com.sybase.jaguar.connector. In EAServer Manager, configure connector properties in the Connector Properties dialog box.

See also

“Configuring connectors”




com.sybase.jaguar.connector.auth-mechanism

Description

Specifies the authentication mechanism supported by the resource adapter (connector.)

Syntax

For example:

(auth-mech-type=basic-password, 
auth-mech-cred=javax.resource.security.PasswordCredential)

Usage

This property is defined in the deployment descriptor and set automatically when you import the connector resource archive (RAR) or JAR file.




com.sybase.jaguar.connector.config-property

Description

Defines a single configuration property for a managed connection factory.

Syntax

For example:

(env-entry-value=jdbc:cloudscape:rmi:CloudscapeDB;
create=true, 
env-entry-type=java.lang.String, 
env-entry-name=ConnectionURL)

Usage

This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.connection-impl-class

Description

Specifies the connector’s implementation class.

Syntax

The class name in dot notation; for example:

com.sun.connector.blackboxJdbcConnection

Usage

The class name is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.connection-interface

Description

Specifies the name of the connection interface supported by the connector.

Syntax

For example:

java.sql.Connection

Usage

This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.

See also

com.sybase.jaguar.connector.connectionfactory-interface com.sybase.jaguar.connector.managedconnectionfactory-class




com.sybase.jaguar.connector.connectionfactory-impl-class

Description

Specifies the connection factory class that implements the connector-specific ConnectionFactory interface.

Syntax

The class name in dot notation; for example:

com.sun.connector.blackboxJdbcConnection

Usage

This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.

See also

com.sybase.jaguar.connector.managedconnectionfactory-class, com.sybase.jaguar.connector.connection-interface




com.sybase.jaguar.connector.connectionfactory-interface

Description

Specifies the connection factory interface supported by the connector.

Syntax

For example:

javax.sql.DataSource

Usage

This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.

See also

com.sybase.jaguar.connector.managedconnectionfactory-class, com.sybase.jaguar.connector.connectionfactory-impl-class




com.sybase.jaguar.connector.display-name

Description

The name that identifies this connector in EAServer Manager.

Syntax

connector-name

For example:

BlackBoxLocalTx



com.sybase.jaguar.connector.eis-type

Description

Specifies the Enterprise Information System (EIS) type to which connections are made.

Syntax

For example, “JDBC Database”

Usage

The EIS type is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.enabled

Description

Specifies whether the connector is enabled or disabled.

Syntax

true or false. The default is true.

Usage

In EAServer Manager, set this property on the Advanced tab of the Connector Properties dialog box.




com.sybase.jaguar.connector.icon.large-icon

Description

Specifies the name of the large icon file associated with the connector.

Syntax

A .gif or .jpg file name.




com.sybase.jaguar.connector.icon.small-icon

Description

Specifies the name of the small icon file associated with the connector.

Syntax

A .gif or .jpg file name.




com.sybase.jaguar.connector.idletimeout

Description

Specifies the number of seconds an idle connection remains in the pool before it is dropped.

Syntax

n

Where n is a positive integer.

Usage

In EAServer Manager, set the Idle Connection Timeout on the General tab in the Connector Properties dialog box.




com.sybase.jaguar.connector.java.classes

Description

Specifies additional classes to be reloaded when the connector is refreshed.

Syntax

Same as for com.sybase.jaguar.application.java.classes.

Usage

In EAServer Manager, specify the Java Class file names on the Java Classes tab in the Connector Properties dialog box.

See also

com.sybase.jaguar.component.java.classes




com.sybase.jaguar.connector.managedconnectionfactory-class

Description

Specifies the Java class that implements the javax.resource.spi.ManagedConnectionFactory interface.

Syntax

The class name in dot notation; for example:

com.sun.connector.blackbox.LocalTxManagedConnectionFactory

Usage

This property is set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.name

Description

The name that identifies this connector in the repository.

Syntax

connector-name

Usage

The connector name is set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.queuesize

Description

Specifies the connector’s connection pool size.

Syntax

n

Where n is a positive integer; the default is 10.

Usage

In EAServer Manager, set the Configured Queue Size on the General tab in the Connector Properties dialog box. When a component asks for a connection, EAServer attempts to get a connection from the pool. If none exists, it opens a new connection.

See also

“Configuring a connector”




com.sybase.jaguar.connector.reauthenticationsupport

Description

Specifies whether the connector supports reauthentication of an existing managed connection factory instance.

Syntax

true or false. The default is false.

Usage

This property is set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.security-permission

Description

Specifies a security permission that is required by the connector.

Syntax

security-permission

Where security-permission is other than those required by the default permission set defined in the connector specification.

Usage

The security permission property is set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.spec-version

Description

Specifies the connector architecture specification version number that is supported by the connector.

Syntax

version

Where version is the specification version number.

Usage

The specification version number is set automatically when you import the connector RAR or JAR file.

See also

com.sybase.jaguar.connector.version




com.sybase.jaguar.connector.transaction-support

Description

Specifies the level of transaction support provided by the connector.

Syntax

The transaction type can be one of:

Transaction type

Description

NO_TRANSACTION

The connector is nontransactional; it does not support local transactions or XA resources.

LOCAL_TRANSACTION

The connector implements only the LocalTransaction interface, therefore, EAServer must manage all transactions.

XA_TRANSACTION

The connector supports both local transactions and XA resources.

Usage

This property is set automatically when you import the connector RAR or JAR file.

See also

“Transaction modes”.




com.sybase.jaguar.connector.vendor-name

Description

Specifies the connector’s vendor name.

Syntax

vendor

Where vendor is the name of the vendor.

Usage

The vendor-name property is set automatically when you import the connector RAR or JAR file.




com.sybase.jaguar.connector.version

Description

Specifies the version number of the connector software.

Syntax

version

Where version is the version number.

Usage

The connector version is set automatically when you import the connector RAR or JAR file.

See also

com.sybase.jaguar.connector.spec-version