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
|
ConnectionProperties (R)
java.lang.String
(no description)
|
null
|
ConnectionURL (R)
java.lang.String
(no description)
|
null
|
DisplayName (R)
java.lang.String
Display name of the Resource Adapter
|
JBoss LocalTransaction JDBC Wrapper
|
DriverClass (R)
java.lang.String
(no description)
|
null
|
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.local.LocalManagedConnectionFactory
|
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
(no description)
|
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.local.LocalManagedConnectionFactory
javax.sql.DataSource
org.jboss.resource.adapter.jdbc.WrapperDataSource
java.sql.Connection
org.jboss.resource.adapter.jdbc.WrappedConnection
LocalTransaction
DriverClass
java.lang.String
ConnectionURL
java.lang.String
TransactionIsolation
java.lang.String
PreparedStatementCacheSize
int
UserName
java.lang.String
Password
java.lang.String
ConnectionProperties
java.lang.String
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
(no description)
|
null
|
TransactionSupport (R)
java.lang.Integer
Transaction support of the Resource Adapter, expressed as a TX_SUPPORT_* constant
|
1
|
UserName (R)
java.lang.String
(no description)
|
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
|