Serialized Form


Package org.jboss.jca.adapters.jdbc

Class org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory extends Object implements Serializable

serialVersionUID: -84923705377702088L

Serialized Fields

log

org.jboss.logging.Logger log
The logger


printWriter

PrintWriter printWriter
The print writer


userName

String userName
The user name


password

String password
The password


transactionIsolation

int transactionIsolation
The transaction isolation level


preparedStatementCacheSize

Integer preparedStatementCacheSize
The prepared statement cache size


doQueryTimeout

boolean doQueryTimeout
Query timeout enabled


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


validConnectionCheckerProperties

String validConnectionCheckerProperties

validConnectionCheckerProps

Properties validConnectionCheckerProps
The properties injected in the class used to check whether a connection is valid


connectionChecker

ValidConnectionChecker connectionChecker
The instance of the valid connection checker


staleConnectionChecker

StaleConnectionChecker staleConnectionChecker
The instance of the stale connection checker


staleConnectionCheckerClassName

String staleConnectionCheckerClassName
The staleConnectionCheckerClassName


staleConnectionCheckerProperties

String staleConnectionCheckerProperties

staleConnectionCheckerProps

Properties staleConnectionCheckerProps
The properties injected in the stale connection checker


exceptionSorterClassName

String exceptionSorterClassName

exceptionSorterProperties

String exceptionSorterProperties

exceptionSorterProps

Properties exceptionSorterProps

exceptionSorter

ExceptionSorter exceptionSorter

trackStatements

int trackStatements
Track statement


sharePS

Boolean sharePS
Whether to share cached prepared statements


isTransactionQueryTimeout

Boolean isTransactionQueryTimeout
Transaction query timeout


queryTimeout

Integer queryTimeout
Query timeout


urlDelimiter

String urlDelimiter
The variable urlDelimiter holds the url delimiter information to be used for HA DS configuration .


urlSelectorStrategyClassName

String urlSelectorStrategyClassName
URL selector strategy class name


validateOnMatch

Boolean validateOnMatch

useTryLock

Integer useTryLock
Whether to use a try lock


spy

Boolean spy
Spy functionality


jndiName

String jndiName
JNDI name


reauthEnabled

Boolean reauthEnabled
Reauth enabled


reauthPluginClassName

String reauthPluginClassName
Reauth plugin class name


reauthPluginProperties

String reauthPluginProperties
Reauth plugin properties - format: [key|value](,key|value)+


reauthPlugin

ReauthPlugin reauthPlugin
Reauth plugin


classLoaderPlugin

ClassLoaderPlugin classLoaderPlugin

userTransactionJndiName

String userTransactionJndiName
The JNDI name for the user transaction


statisticsPlugin

JdbcStatisticsPlugin statisticsPlugin
The statistics plugin


jta

Boolean jta
JTA enabled

Class org.jboss.jca.adapters.jdbc.CachedCallableStatement extends CachedPreparedStatement implements Serializable

Serialized Fields

cs

CallableStatement cs

Class org.jboss.jca.adapters.jdbc.CachedPreparedStatement extends JBossWrapper implements Serializable

serialVersionUID: 2085461257386274373L

Serialized Fields

ps

PreparedStatement ps

cached

AtomicBoolean cached

inUse

AtomicInteger inUse

defaultMaxFieldSize

int defaultMaxFieldSize

defaultMaxRows

int defaultMaxRows

defaultQueryTimeout

int defaultQueryTimeout

defaultFetchDirection

int defaultFetchDirection

defaultFetchSize

int defaultFetchSize

currentMaxFieldSize

int currentMaxFieldSize

currentMaxRows

int currentMaxRows

currentQueryTimeout

int currentQueryTimeout

currentFetchDirection

int currentFetchDirection

currentFetchSize

int currentFetchSize

Class org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL extends Object implements Serializable

serialVersionUID: -222752863430216887L

Serialized Fields

sql

String sql

Class org.jboss.jca.adapters.jdbc.JBossWrapper extends Object implements Serializable

serialVersionUID: -4097918663681033085L

Class org.jboss.jca.adapters.jdbc.ManagedConnectionMetaDataImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

productName

String productName
Product name


productVersion

String productVersion
Product version


maxConnections

int maxConnections
Max connections


user

String user
User

Class org.jboss.jca.adapters.jdbc.StaleConnectionException extends SQLException implements Serializable

serialVersionUID: -2789276182969659546L

Class org.jboss.jca.adapters.jdbc.WrappedCallableStatement extends WrappedPreparedStatement implements Serializable

Serialized Fields

cs

CallableStatement cs

Class org.jboss.jca.adapters.jdbc.WrappedConnection extends JBossWrapper implements Serializable

Serialized Fields

mc

BaseWrapperManagedConnection mc

lockedMC

BaseWrapperManagedConnection lockedMC

lockCount

int lockCount

dataSource

WrapperDataSource dataSource

statements

HashMap<K,V> statements

closed

boolean closed

trackStatements

int trackStatements

spy

boolean spy
Spy functionality


jndiName

String jndiName
The jndi name

Class org.jboss.jca.adapters.jdbc.WrappedConnectionRequestInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

user

String user

password

String password

Class org.jboss.jca.adapters.jdbc.WrappedPreparedStatement extends WrappedStatement implements Serializable

Serialized Fields

ps

PreparedStatement ps

Class org.jboss.jca.adapters.jdbc.WrappedResultSet extends JBossWrapper implements Serializable

Serialized Fields

statement

WrappedStatement statement
The wrapped statement


resultSet

ResultSet resultSet
The real result set


closed

AtomicBoolean closed
Whether we are closed


spy

boolean spy
Spy functionality


jndiName

String jndiName
The jndi name

Class org.jboss.jca.adapters.jdbc.WrappedStatement extends JBossWrapper implements Serializable

Serialized Fields

lc

WrappedConnection lc

s

Statement s

resultSets

HashMap<K,V> resultSets
The result sets


closed

AtomicBoolean closed
Whether we are closed


spy

boolean spy
Spy functionality


jndiName

String jndiName
The jndi name


timeoutSet

int timeoutSet
Timeout set

Class org.jboss.jca.adapters.jdbc.WrapperDataSource extends JBossWrapper implements Serializable

serialVersionUID: 3570285419164793501L

Serialized Fields

mcf

BaseWrapperManagedConnectionFactory mcf

cm

javax.resource.spi.ConnectionManager cm

logger

PrintWriter logger

reference

Reference reference

userTransaction

UserTransaction userTransaction

initialized

boolean initialized

defaultCRI

javax.resource.spi.ConnectionRequestInfo defaultCRI

Package org.jboss.jca.adapters.jdbc.extensions.db2

Class org.jboss.jca.adapters.jdbc.extensions.db2.DB2ExceptionSorter extends Object implements Serializable

serialVersionUID: -4724550353693159378L

Class org.jboss.jca.adapters.jdbc.extensions.db2.DB2ValidConnectionChecker extends Object implements Serializable

serialVersionUID: -1256537245822198702L


Package org.jboss.jca.adapters.jdbc.extensions.informix

Class org.jboss.jca.adapters.jdbc.extensions.informix.InformixExceptionSorter extends Object implements Serializable

serialVersionUID: -7135889081050258852L


Package org.jboss.jca.adapters.jdbc.extensions.mssql

Class org.jboss.jca.adapters.jdbc.extensions.mssql.MSSQLValidConnectionChecker extends Object implements Serializable

serialVersionUID: 3995516551833725723L


Package org.jboss.jca.adapters.jdbc.extensions.mysql

Class org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLExceptionSorter extends Object implements Serializable

serialVersionUID: 2375890129763721017L

Class org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLReplicationValidConnectionChecker extends Object implements Serializable

serialVersionUID: 2658231045989623858L

Class org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLValidConnectionChecker extends Object implements Serializable

serialVersionUID: 1323747853035005642L


Package org.jboss.jca.adapters.jdbc.extensions.novendor

Class org.jboss.jca.adapters.jdbc.extensions.novendor.JDBC4ValidConnectionChecker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pingTimeout

int pingTimeout

Class org.jboss.jca.adapters.jdbc.extensions.novendor.NullExceptionSorter extends Object implements Serializable

serialVersionUID: 202928214888283717L

Class org.jboss.jca.adapters.jdbc.extensions.novendor.NullValidConnectionChecker extends Object implements Serializable

serialVersionUID: -223752863430216887L


Package org.jboss.jca.adapters.jdbc.extensions.oracle

Class org.jboss.jca.adapters.jdbc.extensions.oracle.OracleExceptionSorter extends Object implements Serializable

serialVersionUID: 573723525408205079L

Class org.jboss.jca.adapters.jdbc.extensions.oracle.OracleValidConnectionChecker extends Object implements Serializable

serialVersionUID: 1937054230333286884L


Package org.jboss.jca.adapters.jdbc.extensions.postgres

Class org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter extends Object implements Serializable

serialVersionUID: 8961250260772836448L

Class org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLValidConnectionChecker extends Object implements Serializable

serialVersionUID: 4867167301823753925L


Package org.jboss.jca.adapters.jdbc.extensions.sybase

Class org.jboss.jca.adapters.jdbc.extensions.sybase.SybaseExceptionSorter extends Object implements Serializable

serialVersionUID: 3539640818722639055L

Class org.jboss.jca.adapters.jdbc.extensions.sybase.SybaseValidConnectionChecker extends Object implements Serializable

serialVersionUID: 4179707462244257791L


Package org.jboss.jca.adapters.jdbc.jdk6

Class org.jboss.jca.adapters.jdbc.jdk6.CachedCallableStatementJDK6 extends CachedCallableStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk6.CachedPreparedStatementJDK6 extends CachedPreparedStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk6.WrappedCallableStatementJDK6 extends WrappedCallableStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6 extends WrappedConnection implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk6.WrappedPreparedStatementJDK6 extends WrappedPreparedStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk6.WrappedResultSetJDK6 extends WrappedResultSet implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk6.WrappedStatementJDK6 extends WrappedStatement implements Serializable

serialVersionUID: 1L


Package org.jboss.jca.adapters.jdbc.jdk7

Class org.jboss.jca.adapters.jdbc.jdk7.CachedCallableStatementJDK7 extends CachedCallableStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk7.CachedPreparedStatementJDK7 extends CachedPreparedStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk7.WrappedCallableStatementJDK7 extends WrappedCallableStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7 extends WrappedConnection implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk7.WrappedPreparedStatementJDK7 extends WrappedPreparedStatement implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk7.WrappedResultSetJDK7 extends WrappedResultSet implements Serializable

serialVersionUID: 1L

Class org.jboss.jca.adapters.jdbc.jdk7.WrappedStatementJDK7 extends WrappedStatement implements Serializable

serialVersionUID: 1L


Package org.jboss.jca.adapters.jdbc.local

Class org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable

serialVersionUID: -2751268690794983375L

Serialized Fields

driverClass

String driverClass

dataSourceClass

String dataSourceClass

connectionURL

String connectionURL

connectionProperties

String connectionProperties
The connection properties


connectionProps

Properties connectionProps
The connection properties


Package org.jboss.jca.adapters.jdbc.statistics

Class org.jboss.jca.adapters.jdbc.statistics.JdbcStatisticsPlugin extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

preparedStatementCacheAccessCount

AtomicLong preparedStatementCacheAccessCount

preparedStatementCacheAddCount

AtomicLong preparedStatementCacheAddCount

preparedStatementCacheDeleteCount

AtomicLong preparedStatementCacheDeleteCount

preparedStatementCacheHitCount

AtomicInteger preparedStatementCacheHitCount

preparedStatementCacheMissCount

AtomicInteger preparedStatementCacheMissCount

names

Set<E> names

types

Map<K,V> types

enabled

AtomicBoolean enabled

Package org.jboss.jca.adapters.jdbc.util

Class org.jboss.jca.adapters.jdbc.util.ReentrantLock extends ReentrantLock implements Serializable

serialVersionUID: 1L


Package org.jboss.jca.adapters.jdbc.xa

Class org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable

serialVersionUID: 1647927657609573729L

Serialized Fields

xaDataSourceClass

String xaDataSourceClass

xaDataSourceProperties

String xaDataSourceProperties

xaProps

Map<K,V> xaProps
THe XA properties


isSameRMOverrideValue

Boolean isSameRMOverrideValue

urlProperty

String urlProperty



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)