当前页面:
在线文档首页 >
JBoss 3.2.7 connector API Documentation 英文版文档
Serialized Form (JBoss Connector API) - JBoss 3.2.7 connector API Documentation 英文版文档
Serialized Form
Package org.jboss.resource |
Package org.jboss.resource.adapter.jdbc |
log
org.jboss.logging.Logger log
userName
String userName
password
String password
connectionProps
HashMap connectionProps
transactionIsolation
int transactionIsolation
preparedStatementCacheSize
int preparedStatementCacheSize
doQueryTimeout
boolean doQueryTimeout
newConnectionSQL
String newConnectionSQL
- The variable
newConnectionSQL
holds an SQL
statement which if not null is executed when a new Connection is
obtained for a new ManagedConnection.
checkValidConnectionSQL
String checkValidConnectionSQL
- The variable
checkValidConnectionSQL
holds an sql
statement that may be executed whenever a managed connection is
removed from the pool, to check that it is still valid. This
requires setting up an mbean to execute it when notified by the
ConnectionManager.
validConnectionCheckerClassName
String validConnectionCheckerClassName
- The classname used to check whether a connection is valid
connectionChecker
ValidConnectionChecker connectionChecker
- The instance of the valid connection checker
exceptionSorterClassName
String exceptionSorterClassName
exceptionSorter
ExceptionSorter exceptionSorter
trackStatements
int trackStatements
serialVersionUID: -222752863430216887l
sql
String sql
serialVersionUID: -223752863430216887l
mcf
BaseWrapperManagedConnectionFactory mcf
cm
javax.resource.spi.ConnectionManager cm
reference
Reference reference
Package org.jboss.resource.adapter.jdbc.local |
driverClass
String driverClass
connectionURL
String connectionURL
connectionProperties
String connectionProperties
Package org.jboss.resource.adapter.jdbc.vendor |
serialVersionUID: -2227528634302168877l
ping
Method ping
Package org.jboss.resource.adapter.jdbc.xa |
xaDataSourceClass
String xaDataSourceClass
xaDataSourceProperties
String xaDataSourceProperties
xaProps
Properties xaProps
isSameRMOverrideValue
Boolean isSameRMOverrideValue
xads
XADataSource xads
Package org.jboss.resource.adapter.jdbc.xa.oracle |
Package org.jboss.resource.adapter.jms |
mcf
javax.resource.spi.ManagedConnectionFactory mcf
cm
javax.resource.spi.ConnectionManager cm
reference
Reference reference
mcfProperties
JmsMCFProperties mcfProperties
- Settable attributes in ra.xml
adapter
org.jboss.jms.jndi.JMSProviderAdapter adapter
- For local access.
strict
boolean strict
- Whether we are strict
userName
String userName
password
String password
clientID
String clientID
providerJNDI
String providerJNDI
type
int type
Package org.jboss.resource.connectionmanager |
cmName
javax.management.ObjectName cmName
t
Throwable t
log
org.jboss.logging.Logger log
oldRarDeployment
javax.management.ObjectName oldRarDeployment
displayName
String displayName
vendorName
String vendorName
specVersion
String specVersion
eisType
String eisType
version
String version
managedConnectionFactoryClass
String managedConnectionFactoryClass
connectionFactoryInterface
String connectionFactoryInterface
connectionFactoryImplClass
String connectionFactoryImplClass
connectionInterface
String connectionInterface
connectionImplClass
String connectionImplClass
transactionSupport
String transactionSupport
managedConnectionFactoryProperties
Element managedConnectionFactoryProperties
authenticationMechanismType
String authenticationMechanismType
credentialInterface
String credentialInterface
reauthenticationSupport
boolean reauthenticationSupport
mcfClass
Class mcfClass
mcf
javax.resource.spi.ManagedConnectionFactory mcf
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.