Serialized Form
-
Package org.jboss.jca.adapters
-
Class org.jboss.jca.adapters.AdaptersBundle_$bundle
class AdaptersBundle_$bundle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Class org.jboss.jca.adapters.AdaptersLogger_$logger
class AdaptersLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.jca.adapters.jdbc
-
Class org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory
class BaseWrapperManagedConnectionFactory extends Object implements Serializable- serialVersionUID:
- -84923705377702088L
-
Serialized Fields
-
checkValidConnectionSQL
String checkValidConnectionSQL
The variablecheckValidConnectionSQLholds 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. -
classLoaderPlugin
ClassLoaderPlugin classLoaderPlugin
-
connectionChecker
ValidConnectionChecker connectionChecker
The instance of the valid connection checker -
connectionListenerClassName
String connectionListenerClassName
Connection listener plugin class name -
connectionListenerPlugin
ConnectionListener connectionListenerPlugin
Connection listener plugin -
connectionListenerProperties
String connectionListenerProperties
Connection listener plugin properties - format: [key|value](,key|value)+ -
doQueryTimeout
boolean doQueryTimeout
Query timeout enabled -
exceptionSorter
ExceptionSorter exceptionSorter
-
exceptionSorterClassLoader
ClassLoader exceptionSorterClassLoader
-
exceptionSorterClassName
String exceptionSorterClassName
-
exceptionSorterProperties
String exceptionSorterProperties
-
exceptionSorterProps
Properties exceptionSorterProps
-
isTransactionQueryTimeout
Boolean isTransactionQueryTimeout
Transaction query timeout -
jdbcRA
JDBCResourceAdapter jdbcRA
The resource adapter -
jndiName
String jndiName
JNDI name -
jta
Boolean jta
JTA enabled -
log
AdaptersLogger log
The logger -
newConnectionSQL
String newConnectionSQL
The variablenewConnectionSQLholds an SQL statement which if not null is executed when a new Connection is obtained for a new ManagedConnection. -
originalTCCL
ClassLoader originalTCCL
-
password
String password
The password -
poolValidationLoggingEnabled
boolean poolValidationLoggingEnabled
-
preparedStatementCacheSize
Integer preparedStatementCacheSize
The prepared statement cache size -
printWriter
PrintWriter printWriter
The print writer -
queryTimeout
Integer queryTimeout
Query timeout -
reauthEnabled
Boolean reauthEnabled
Reauth enabled -
reauthPlugin
ReauthPlugin reauthPlugin
Reauth plugin -
reauthPluginClassName
String reauthPluginClassName
Reauth plugin class name -
reauthPluginProperties
String reauthPluginProperties
Reauth plugin properties - format: [key|value](,key|value)+ -
sharePS
Boolean sharePS
Whether to share cached prepared statements -
spy
Boolean spy
Spy functionality -
staleConnectionChecker
StaleConnectionChecker staleConnectionChecker
The instance of the stale connection checker -
staleConnectionCheckerClassLoader
ClassLoader staleConnectionCheckerClassLoader
-
staleConnectionCheckerClassName
String staleConnectionCheckerClassName
The staleConnectionCheckerClassName -
staleConnectionCheckerProperties
String staleConnectionCheckerProperties
-
staleConnectionCheckerProps
Properties staleConnectionCheckerProps
The properties injected in the stale connection checker -
statisticsPlugin
JdbcStatisticsPlugin statisticsPlugin
The statistics plugin -
trackStatements
int trackStatements
Track statement -
transactionIsolation
int transactionIsolation
The transaction isolation level -
urlDelimiter
String urlDelimiter
The variableurlDelimiterholds the url delimiter information to be used for HA DS configuration . -
urlSelectorStrategyClassName
String urlSelectorStrategyClassName
URL selector strategy class name -
userName
String userName
The user name -
useTryLock
Integer useTryLock
Whether to use a try lock -
validConnectionCheckerClassLoader
ClassLoader validConnectionCheckerClassLoader
-
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
-
-
Class org.jboss.jca.adapters.jdbc.CachedCallableStatement
class CachedCallableStatement extends CachedPreparedStatement implements Serializable-
Serialized Fields
-
cs
CallableStatement cs
-
-
-
Class org.jboss.jca.adapters.jdbc.CachedPreparedStatement
class CachedPreparedStatement extends JBossWrapper implements Serializable- serialVersionUID:
- 2085461257386274373L
-
Serialized Fields
-
cached
AtomicBoolean cached
-
currentFetchDirection
int currentFetchDirection
-
currentFetchSize
int currentFetchSize
-
currentMaxFieldSize
int currentMaxFieldSize
-
currentMaxRows
int currentMaxRows
-
currentQueryTimeout
int currentQueryTimeout
-
defaultFetchDirection
int defaultFetchDirection
-
defaultFetchSize
int defaultFetchSize
-
defaultMaxFieldSize
int defaultMaxFieldSize
-
defaultMaxRows
int defaultMaxRows
-
defaultQueryTimeout
int defaultQueryTimeout
-
inUse
AtomicInteger inUse
-
ps
PreparedStatement ps
-
-
Class org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL
class CheckValidConnectionSQL extends Object implements Serializable- serialVersionUID:
- -222752863430216887L
-
Serialized Fields
-
queryTimeout
int queryTimeout
-
sql
String sql
-
-
Class org.jboss.jca.adapters.jdbc.JBossWrapper
class JBossWrapper extends Object implements Serializable- serialVersionUID:
- -4097918663681033085L
-
Class org.jboss.jca.adapters.jdbc.ManagedConnectionMetaDataImpl
class ManagedConnectionMetaDataImpl extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception org.jboss.jca.adapters.jdbc.StaleConnectionException
class StaleConnectionException extends SQLException implements Serializable- serialVersionUID:
- -2789276182969659546L
-
Class org.jboss.jca.adapters.jdbc.WrappedCallableStatement
class WrappedCallableStatement extends WrappedPreparedStatement implements Serializable-
Serialized Fields
-
cs
CallableStatement cs
-
-
-
Class org.jboss.jca.adapters.jdbc.WrappedConnection
class WrappedConnection extends JBossWrapper implements Serializable-
Serialized Fields
-
classLoaderPlugin
ClassLoaderPlugin classLoaderPlugin
-
closed
boolean closed
-
dataSource
WrapperDataSource dataSource
-
doLocking
boolean doLocking
Do locking -
jndiName
String jndiName
The jndi name -
lockCount
int lockCount
-
lockedMC
BaseWrapperManagedConnection lockedMC
-
mc
BaseWrapperManagedConnection mc
-
spy
boolean spy
Spy functionality -
statements
HashMap<WrappedStatement,
Throwable> statements -
trackStatements
int trackStatements
-
-
-
Class org.jboss.jca.adapters.jdbc.WrappedConnectionRequestInfo
class WrappedConnectionRequestInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.WrappedPreparedStatement
class WrappedPreparedStatement extends WrappedStatement implements Serializable-
Serialized Fields
-
ps
PreparedStatement ps
-
-
-
Class org.jboss.jca.adapters.jdbc.WrappedResultSet
class WrappedResultSet extends JBossWrapper implements Serializable-
Serialized Fields
-
closed
AtomicBoolean closed
Whether we are closed -
doLocking
boolean doLocking
Do locking -
jndiName
String jndiName
The jndi name -
resultSet
ResultSet resultSet
The real result set -
spy
boolean spy
Spy functionality -
statement
WrappedStatement statement
The wrapped statement
-
-
-
Class org.jboss.jca.adapters.jdbc.WrappedStatement
class WrappedStatement extends JBossWrapper implements Serializable-
Serialized Fields
-
closed
AtomicBoolean closed
Whether we are closed -
doLocking
boolean doLocking
Do locking -
jndiName
String jndiName
The jndi name -
lc
WrappedConnection lc
-
resultSets
HashMap<WrappedResultSet,
Throwable> resultSets The result sets -
s
Statement s
-
spy
boolean spy
Spy functionality -
spyLoggingCategory
String spyLoggingCategory
The spy logging category -
timeoutSet
int timeoutSet
Timeout set
-
-
-
Class org.jboss.jca.adapters.jdbc.WrapperDataSource
class WrapperDataSource extends JBossWrapper implements Serializable- serialVersionUID:
- 3570285419164793501L
-
Serialized Fields
-
classLoaderPlugin
ClassLoaderPlugin classLoaderPlugin
-
cm
jakarta.resource.spi.ConnectionManager cm
-
defaultCRI
jakarta.resource.spi.ConnectionRequestInfo defaultCRI
-
logger
PrintWriter logger
-
mcf
BaseWrapperManagedConnectionFactory mcf
-
reference
Reference reference
-
-
-
Package org.jboss.jca.adapters.jdbc.extensions.db2
-
Class org.jboss.jca.adapters.jdbc.extensions.db2.DB2ExceptionSorter
class DB2ExceptionSorter extends Object implements Serializable- serialVersionUID:
- -4724550353693159378L
-
Class org.jboss.jca.adapters.jdbc.extensions.db2.DB2ValidConnectionChecker
class DB2ValidConnectionChecker extends CheckValidConnectionSQL implements Serializable- serialVersionUID:
- -1256537245822198702L
-
-
Package org.jboss.jca.adapters.jdbc.extensions.informix
-
Class org.jboss.jca.adapters.jdbc.extensions.informix.InformixExceptionSorter
class InformixExceptionSorter extends Object implements Serializable- serialVersionUID:
- -7135889081050258852L
-
-
Package org.jboss.jca.adapters.jdbc.extensions.mssql
-
Class org.jboss.jca.adapters.jdbc.extensions.mssql.MSSQLExceptionSorter
class MSSQLExceptionSorter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.extensions.mssql.MSSQLValidConnectionChecker
class MSSQLValidConnectionChecker extends CheckValidConnectionSQL implements Serializable- serialVersionUID:
- 3995516551833725723L
-
-
Package org.jboss.jca.adapters.jdbc.extensions.mysql
-
Class org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLExceptionSorter
class MySQLExceptionSorter extends Object implements Serializable- serialVersionUID:
- 2375890129763721017L
-
Class org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLReplicationValidConnectionChecker
class MySQLReplicationValidConnectionChecker extends Object implements Serializable- serialVersionUID:
- 2658231045989623858L
-
Class org.jboss.jca.adapters.jdbc.extensions.mysql.MySQLValidConnectionChecker
class MySQLValidConnectionChecker extends CheckValidConnectionSQL implements Serializable- serialVersionUID:
- 1323747853035005642L
-
-
Package org.jboss.jca.adapters.jdbc.extensions.novendor
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.AlwaysExceptionSorter
class AlwaysExceptionSorter extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.AlwaysStaleConnectionChecker
class AlwaysStaleConnectionChecker extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.GoodForSecondsValidConnectionChecker
class GoodForSecondsValidConnectionChecker extends JDBC4ValidConnectionChecker implements Serializable -
Class org.jboss.jca.adapters.jdbc.extensions.novendor.JDBC4ValidConnectionChecker
class JDBC4ValidConnectionChecker extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
pingTimeout
int pingTimeout
-
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.ListExceptionSorter
class ListExceptionSorter extends Object implements Serializable- serialVersionUID:
- 202928214888283717L
-
Serialized Fields
-
fatalSet
Set fatalSet
-
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.ListStaleConnectionChecker
class ListStaleConnectionChecker extends Object implements Serializable- serialVersionUID:
- 202928214888283717L
-
Serialized Fields
-
staleSet
Set staleSet
-
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.NullExceptionSorter
class NullExceptionSorter extends Object implements Serializable- serialVersionUID:
- 202928214888283717L
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.NullValidConnectionChecker
class NullValidConnectionChecker extends Object implements Serializable- serialVersionUID:
- -223752863430216887L
-
Class org.jboss.jca.adapters.jdbc.extensions.novendor.SQLExceptionValidConnectionChecker
class SQLExceptionValidConnectionChecker extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.jca.adapters.jdbc.extensions.oracle
-
Class org.jboss.jca.adapters.jdbc.extensions.oracle.OracleExceptionSorter
class OracleExceptionSorter extends Object implements Serializable- serialVersionUID:
- 573723525408205079L
-
Class org.jboss.jca.adapters.jdbc.extensions.oracle.OracleLegacyValidConnectionChecker
class OracleLegacyValidConnectionChecker extends Object implements Serializable- serialVersionUID:
- 1937054230333286884L
-
Class org.jboss.jca.adapters.jdbc.extensions.oracle.OracleValidConnectionChecker
class OracleValidConnectionChecker extends JDBC4ValidConnectionChecker implements Serializable- serialVersionUID:
- 1937054230333286884L
-
-
Package org.jboss.jca.adapters.jdbc.extensions.postgres
-
Class org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter
class PostgreSQLExceptionSorter extends Object implements Serializable- serialVersionUID:
- 8961250260772836448L
-
Class org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLValidConnectionChecker
class PostgreSQLValidConnectionChecker extends CheckValidConnectionSQL implements Serializable- serialVersionUID:
- 4867167301823753925L
-
-
Package org.jboss.jca.adapters.jdbc.extensions.sybase
-
Class org.jboss.jca.adapters.jdbc.extensions.sybase.SybaseExceptionSorter
class SybaseExceptionSorter extends Object implements Serializable- serialVersionUID:
- 3539640818722639055L
-
Class org.jboss.jca.adapters.jdbc.extensions.sybase.SybaseValidConnectionChecker
class SybaseValidConnectionChecker extends CheckValidConnectionSQL implements Serializable- serialVersionUID:
- 4179707462244257791L
-
-
Package org.jboss.jca.adapters.jdbc.jdk7
-
Class org.jboss.jca.adapters.jdbc.jdk7.CachedCallableStatementJDK7
class CachedCallableStatementJDK7 extends CachedCallableStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk7.CachedPreparedStatementJDK7
class CachedPreparedStatementJDK7 extends CachedPreparedStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk7.WrappedCallableStatementJDK7
class WrappedCallableStatementJDK7 extends WrappedCallableStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7
class WrappedConnectionJDK7 extends WrappedConnection implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk7.WrappedPreparedStatementJDK7
class WrappedPreparedStatementJDK7 extends WrappedPreparedStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk7.WrappedResultSetJDK7
class WrappedResultSetJDK7 extends WrappedResultSet implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk7.WrappedStatementJDK7
class WrappedStatementJDK7 extends WrappedStatement implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.jca.adapters.jdbc.jdk8
-
Class org.jboss.jca.adapters.jdbc.jdk8.CachedCallableStatementJDK8
class CachedCallableStatementJDK8 extends CachedCallableStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk8.CachedPreparedStatementJDK8
class CachedPreparedStatementJDK8 extends CachedPreparedStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk8.WrappedCallableStatementJDK8
class WrappedCallableStatementJDK8 extends WrappedCallableStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk8.WrappedConnectionJDK8
class WrappedConnectionJDK8 extends WrappedConnection implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk8.WrappedPreparedStatementJDK8
class WrappedPreparedStatementJDK8 extends WrappedPreparedStatement implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk8.WrappedResultSetJDK8
class WrappedResultSetJDK8 extends WrappedResultSet implements Serializable- serialVersionUID:
- 1L
-
Class org.jboss.jca.adapters.jdbc.jdk8.WrappedStatementJDK8
class WrappedStatementJDK8 extends WrappedStatement implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.jca.adapters.jdbc.local
-
Class org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory
class LocalManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable- serialVersionUID:
- -2751268690794983375L
-
Serialized Fields
-
connectionProperties
String connectionProperties
The connection properties -
connectionProps
Properties connectionProps
The connection properties -
connectionURL
String connectionURL
-
dataSourceClass
String dataSourceClass
-
driverClass
String driverClass
-
-
-
Package org.jboss.jca.adapters.jdbc.statistics
-
Class org.jboss.jca.adapters.jdbc.statistics.JdbcStatisticsPlugin
class JdbcStatisticsPlugin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
enabled
AtomicBoolean enabled
-
names
Set<String> names
-
preparedStatementCacheAccessCount
AtomicLong preparedStatementCacheAccessCount
-
preparedStatementCacheAddCount
AtomicLong preparedStatementCacheAddCount
-
preparedStatementCacheDeleteCount
AtomicLong preparedStatementCacheDeleteCount
-
preparedStatementCacheHitCount
AtomicLong preparedStatementCacheHitCount
-
preparedStatementCacheMissCount
AtomicLong preparedStatementCacheMissCount
-
types
Map<String,
Class> types
-
-
-
Package org.jboss.jca.adapters.jdbc.util
-
Class org.jboss.jca.adapters.jdbc.util.ReentrantLock
class ReentrantLock extends ReentrantLock implements Serializable- serialVersionUID:
- 1L
-
-
Package org.jboss.jca.adapters.jdbc.xa
-
Class org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory
class XAManagedConnectionFactory extends BaseWrapperManagedConnectionFactory implements Serializable- serialVersionUID:
- 1647927657609573729L
-