站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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

Class org.jboss.resource.JBossResourceException extends javax.resource.ResourceException implements Serializable


Package org.jboss.resource.adapter.jdbc

Class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory extends Object implements Serializable

Serialized Fields

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

Class org.jboss.resource.adapter.jdbc.CheckValidConnectionSQL extends Object implements Serializable

serialVersionUID: -222752863430216887l

Serialized Fields

sql

String sql

Class org.jboss.resource.adapter.jdbc.NullValidConnectionChecker extends Object implements Serializable

serialVersionUID: -223752863430216887l

Class org.jboss.resource.adapter.jdbc.WrapperDataSource extends Object implements Serializable

Serialized Fields

mcf

BaseWrapperManagedConnectionFactory mcf

cm

javax.resource.spi.ConnectionManager cm

reference

Reference reference


Package org.jboss.resource.adapter.jdbc.local

Class org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable

Serialized Fields

driverClass

String driverClass

connectionURL

String connectionURL

connectionProperties

String connectionProperties


Package org.jboss.resource.adapter.jdbc.vendor

Class org.jboss.resource.adapter.jdbc.vendor.InformixExceptionSorter extends Object implements Serializable

Class org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter extends Object implements Serializable

Class org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter extends Object implements Serializable

Class org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker extends Object implements Serializable

serialVersionUID: -2227528634302168877l

Serialized Fields

ping

Method ping

Class org.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter extends Object implements Serializable


Package org.jboss.resource.adapter.jdbc.xa

Class org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable

Serialized Fields

xaDataSourceClass

String xaDataSourceClass

xaDataSourceProperties

String xaDataSourceProperties

xaProps

Properties xaProps

isSameRMOverrideValue

Boolean isSameRMOverrideValue

xads

XADataSource xads


Package org.jboss.resource.adapter.jdbc.xa.oracle

Class org.jboss.resource.adapter.jdbc.xa.oracle.XAOracleManagedConnectionFactory extends XAManagedConnectionFactory implements Serializable


Package org.jboss.resource.adapter.jms

Class org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl extends Object implements Serializable

Serialized Fields

mcf

javax.resource.spi.ManagedConnectionFactory mcf

cm

javax.resource.spi.ConnectionManager cm

reference

Reference reference

Class org.jboss.resource.adapter.jms.JmsConnectionManager extends Object implements Serializable

Class org.jboss.resource.adapter.jms.JmsManagedConnectionFactory extends Object implements Serializable

Serialized Fields

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

Class org.jboss.resource.adapter.jms.JmsMCFProperties extends Object implements Serializable

Serialized Fields

userName

String userName

password

String password

clientID

String clientID

providerJNDI

String providerJNDI

type

int type


Package org.jboss.resource.connectionmanager

Class org.jboss.resource.connectionmanager.BaseConnectionManager2.ConnectionManagerProxy extends Object implements Serializable

Serialized Fields

cmName

javax.management.ObjectName cmName

Class org.jboss.resource.connectionmanager.JBossLocalXAException extends XAException implements Serializable

Serialized Fields

t

Throwable t

Class org.jboss.resource.connectionmanager.RARDeployment extends org.jboss.system.ServiceMBeanSupport implements Serializable

Serialized Fields

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.