AuthMechType (R)
java.lang.String
Authorization mechanism type of the Resource Adapter
|
BasicPassword
|
CheckValidConnectionSQL (R)
java.lang.String
An SQL statement that may be executed when a managed connection is taken out of the pool and is about to be given to a client: the purpose is to verify that the connection still works.
|
null
|
DisplayName (R)
java.lang.String
Display name of the Resource Adapter
|
JBoss JDBC XATransaction ResourceAdapter
|
ExceptionSorterClassName (R)
java.lang.String
The fully qualified name of a class implementing org.jboss.resource.adapter.jdbc.ExceptionSorter that can determine for a particular vender db which exceptions are fatal and mean a connection should be discarded.
|
null
|
ManagedConnectionFactoryClass (R)
java.lang.String
Class name of the ManagedConnectionFactory for this Resource Adapter
|
org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory
|
NewConnectionSQL (R)
java.lang.String
An SQL statement to be executed when a new connection is created as auxillary setup.
|
null
|
Password (R)
java.lang.String
The default password used to create JDBC
connections.
|
null
|
PreparedStatementCacheSize (R)
int
(no description)
|
null
|
ReauthenticationSupport (R)
java.lang.Boolean
Whether this Resource Adapter supports reauthentication of existing connections.
|
false
|
ResourceAdapterElement (R)
org.w3c.dom.Element
ra.xml root element.
|
org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory
javax.sql.DataSource
org.jboss.resource.adapter.jdbc.WrapperDataSource
java.sql.Connection
org.jboss.resource.adapter.jdbc.WrappedConnection
XATransaction
The default user name used to create JDBC
connections.
UserName
java.lang.String
The default password used to create JDBC
connections.
Password
java.lang.String
The properties to set up the XA driver. These properties must be in the form name1=value1;name2=value2;...namen=valuen
XADataSourceProperties
java.lang.String
The class name of the JDBC XA driver that handles
this JDBC URL.
XADataSourceClass
java.lang.String
The transaction isolation for new connections.
Not necessary: the driver default will be used if ommitted.
TransactionIsolation
java.lang.String
PreparedStatementCacheSize
int
An SQL statement to be executed when a new connection is created as auxillary setup.
NewConnectionSQL
java.lang.String
An SQL statement that may be executed when a managed connection is taken out of the pool and is about to be given to a client: the purpose is to verify that the connection still works.
CheckValidConnectionSQL
java.lang.String
The fully qualified name of a class implementing org.jboss.resource.adapter.jdbc.ValidConnectionChecker that can determine for a particular vender db when a connection is valid.
ValidConnectionCheckerClassName
java.lang.String
The fully qualified name of a class implementing org.jboss.resource.adapter.jdbc.ExceptionSorter that can determine for a particular vender db which exceptions are fatal and mean a connection should be discarded.
ExceptionSorterClassName
java.lang.String
Whether to track unclosed statements - false/true/nowarn.
TrackStatements
java.lang.String
BasicPassword
javax.resource.security.PasswordCredential
false
|
TrackStatements (R)
java.lang.String
Whether to track unclosed statements - false/true/nowarn.
|
null
|
TransactionIsolation (R)
java.lang.String
The transaction isolation for new connections.
Not necessary: the driver default will be used if ommitted.
|
null
|
TransactionSupport (R)
java.lang.Integer
Transaction support of the Resource Adapter, expressed as a TX_SUPPORT_* constant
|
2
|
UserName (R)
java.lang.String
The default user name used to create JDBC
connections.
|
null
|
ValidConnectionCheckerClassName (R)
java.lang.String
The fully qualified name of a class implementing org.jboss.resource.adapter.jdbc.ValidConnectionChecker that can determine for a particular vender db when a connection is valid.
|
null
|
XADataSourceClass (R)
java.lang.String
The class name of the JDBC XA driver that handles
this JDBC URL.
|
null
|
XADataSourceProperties (R)
java.lang.String
The properties to set up the XA driver. These properties must be in the form name1=value1;name2=value2;...namen=valuen
|
null
|