org.jboss.jca.adapters.jdbc.jdk6
Class WrappedConnectionJDK6
java.lang.Object
org.jboss.jca.adapters.jdbc.JBossWrapper
org.jboss.jca.adapters.jdbc.WrappedConnection
org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6
- All Implemented Interfaces:
- Serializable, Connection, Wrapper
public class WrappedConnectionJDK6
- extends WrappedConnection
WrappedConnectionJDK6.
- Version:
- $Revision: 85945 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
| Methods inherited from class org.jboss.jca.adapters.jdbc.WrappedConnection |
checkException, checkStatus, checkTransaction, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getDataSource, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getUnderlyingConnection, getWarnings, getWrappedObject, isClosed, isReadOnly, isValid, isXA, lock, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setDataSource, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap, unlock |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedConnectionJDK6
public WrappedConnectionJDK6(BaseWrapperManagedConnection mc,
boolean spy,
String jndiName)
- Create a new WrappedConnectionJDK6.
- Parameters:
mc - the managed connectionspy - The spy valuejndiName - The jndi name
wrapStatement
protected WrappedStatement wrapStatement(Statement statement,
boolean spy,
String jndiName)
- Wrap statement
- Specified by:
wrapStatement in class WrappedConnection
- Parameters:
statement - The statementspy - The spy valuejndiName - The jndi name
- Returns:
- The result
wrapPreparedStatement
protected WrappedPreparedStatement wrapPreparedStatement(PreparedStatement statement,
boolean spy,
String jndiName)
- Wrap prepared statement
- Specified by:
wrapPreparedStatement in class WrappedConnection
- Parameters:
statement - The statementspy - The spy valuejndiName - The jndi name
- Returns:
- The result
wrapCallableStatement
protected WrappedCallableStatement wrapCallableStatement(CallableStatement statement,
boolean spy,
String jndiName)
- Wrap callable statement
- Specified by:
wrapCallableStatement in class WrappedConnection
- Parameters:
statement - The statementspy - The spy valuejndiName - The jndi name
- Returns:
- The result
Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)