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


userName

String userName
The user name


password

String password
The password


connectionProps

Properties connectionProps
This is used by Local wrapper for all properties, and is left in this class for ease of writing getConnectionProperties, which always holds the user/pw.


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


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


exceptionSorterClassName

String exceptionSorterClassName

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


urlSelectorStrategy

URLSelectorStrategy urlSelectorStrategy

validateOnMatch

Boolean validateOnMatch

useTryLock

Integer useTryLock
Whether to use a try lock

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: -4018404397552543628L

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

serialVersionUID: 202928214888283717L

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

serialVersionUID: -223752863430216887L

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

dataSource

WrapperDataSource dataSource

statements

HashMap<K,V> statements

closed

boolean closed

trackStatements

int trackStatements

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

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

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

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.local

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

serialVersionUID: 4698955390505160469L

Serialized Fields

driverClass

String driverClass

connectionURL

String connectionURL

urlSelector

URLSelectorStrategy urlSelector

connectionProperties

String connectionProperties
The connection properties


Package org.jboss.jca.adapters.jdbc.vendor

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

serialVersionUID: -4724550353693159378L

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

serialVersionUID: -1256537245822198702L

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

serialVersionUID: -7135889081050258852L

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

serialVersionUID: 3995516551833725723L

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

serialVersionUID: 2375890129763721017L

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

serialVersionUID: 2658231045989623858L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

driverHasIsValidMethod

boolean driverHasIsValidMethod
Tells if the connection supports the isValid method. (Java 6 only)


driverHasPingMethod

boolean driverHasPingMethod
Tells if the connection supports the ping method.

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

serialVersionUID: 1323747853035005642L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

driverHasPingMethod

boolean driverHasPingMethod

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

serialVersionUID: 573723525408205079L

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

serialVersionUID: 5379340663276548636L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException

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

serialVersionUID: 8961250260772836448L

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

serialVersionUID: 4867167301823753925L

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

serialVersionUID: 3539640818722639055L

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

serialVersionUID: 4179707462244257791L


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

Properties xaProps
THe XA properties


isSameRMOverrideValue

Boolean isSameRMOverrideValue

xads

XADataSource xads

urlProperty

String urlProperty

xadsSelector

URLSelectorStrategy xadsSelector



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)