Connector property
names begin with com.sybase.jaguar.connector
.
In EAServer Manager, configure connector properties in the Connector Properties
dialog box.
Specifies the authentication mechanism supported by the resource adapter (connector.)
For example:
(auth-mech-type=basic-password, auth-mech-cred=javax.resource.security.PasswordCredential)
This property is defined in the deployment descriptor and set automatically when you import the connector resource archive (RAR) or JAR file.
Defines a single configuration property for a managed connection factory.
For example:
(env-entry-value=jdbc:cloudscape:rmi:CloudscapeDB; create=true, env-entry-type=java.lang.String, env-entry-name=ConnectionURL)
This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.
Specifies the connector’s implementation class.
The class name in dot notation; for example:
com.sun.connector.blackboxJdbcConnection
The class name is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.
Specifies the name of the connection interface supported by the connector.
For example:
java.sql.Connection
This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.
com.sybase.jaguar.connector.connectionfactory-interface com.sybase.jaguar.connector.managedconnectionfactory-class
Specifies the connection factory class that implements the connector-specific ConnectionFactory interface.
The class name in dot notation; for example:
com.sun.connector.blackboxJdbcConnection
This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.
com.sybase.jaguar.connector.managedconnectionfactory-class, com.sybase.jaguar.connector.connection-interface
Specifies the connection factory interface supported by the connector.
For example:
javax.sql.DataSource
This property is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.
com.sybase.jaguar.connector.managedconnectionfactory-class, com.sybase.jaguar.connector.connectionfactory-impl-class
The name that identifies this connector in EAServer Manager.
connector-name
For example:
BlackBoxLocalTx
Specifies the Enterprise Information System (EIS) type to which connections are made.
For example, “JDBC Database”
The EIS type is defined in the deployment descriptor and set automatically when you import the connector RAR or JAR file.
Specifies whether the connector is enabled or disabled.
true
or false
.
The default is true
.
In EAServer Manager, set this property on the Advanced tab of the Connector Properties dialog box.
Specifies the name of the large icon file associated with the connector.
A .gif or .jpg file name.
Specifies the name of the small icon file associated with the connector.
A .gif or .jpg file name.
Specifies the number of seconds an idle connection remains in the pool before it is dropped.
n
Where n is a positive integer.
In EAServer Manager, set the Idle Connection Timeout on the General tab in the Connector Properties dialog box.
Specifies additional classes to be reloaded when the connector is refreshed.
Same as for com.sybase.jaguar.application.java.classes.
In EAServer Manager, specify the Java Class file names on the Java Classes tab in the Connector Properties dialog box.
com.sybase.jaguar.component.java.classes
Specifies the Java class that implements the javax.resource.spi.ManagedConnectionFactory interface.
The class name in dot notation; for example:
com.sun.connector.blackbox.LocalTxManagedConnectionFactory
This property is set automatically when you import the connector RAR or JAR file.
The name that identifies this connector in the repository.
connector-name
The connector name is set automatically when you import the connector RAR or JAR file.
Specifies the connector’s connection pool size.
n
Where n is a positive integer; the default is 10.
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.
Specifies whether the connector supports reauthentication of an existing managed connection factory instance.
true
or false
.
The default is false
.
This property is set automatically when you import the connector RAR or JAR file.
Specifies a security permission that is required by the connector.
security-permission
Where security-permission is other than those required by the default permission set defined in the connector specification.
The security permission property is set automatically when you import the connector RAR or JAR file.
Specifies the connector architecture specification version number that is supported by the connector.
version
Where version is the specification version number.
The specification version number is set automatically when you import the connector RAR or JAR file.
com.sybase.jaguar.connector.version
Specifies the level of transaction support provided by the connector.
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. |
This property is set automatically when you import the connector RAR or JAR file.
Specifies the connector’s vendor name.
vendor
Where vendor is the name of the vendor.
The vendor-name property is set automatically when you import the connector RAR or JAR file.
Specifies the version number of the connector software.
version
Where version is the version number.
The connector version is set automatically when you import the connector RAR or JAR file.
com.sybase.jaguar.connector.spec-version
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |