Class JDBC2RecoveryConnection
java.lang.Object
com.arjuna.ats.internal.jdbc.ConnectionImple
com.arjuna.ats.internal.jdbc.recovery.JDBC2RecoveryConnection
- All Implemented Interfaces:
AutoCloseable
,Connection
,Wrapper
public class JDBC2RecoveryConnection
extends com.arjuna.ats.internal.jdbc.ConnectionImple
To perform recovery on arbitrary connections we may need to recreate those
connections.
The ArjunaJDBC2Connection class must not be used directly by applications,
hence the requirement for this class.
- Since:
- JTS 2.1.
-
Field Summary
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.arjuna.ats.internal.jdbc.ConnectionImple
abort, checkTransaction, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, getXAResource, incrementUseCount, inUse, isClosed, isReadOnly, isValid, isWrapperFor, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, recoveryConnection, registerDatabase, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMap, transactionRunning, unwrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.sql.Connection
beginRequest, endRequest, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid
-
Constructor Details
-
JDBC2RecoveryConnection
- Throws:
SQLException
-