public class WrappedConnectionJDK6 extends WrappedConnection
jndiName, spy, spyLogger
Constructor and Description |
---|
WrappedConnectionJDK6(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Create a new WrappedConnectionJDK6.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedCallableStatement |
wrapCallableStatement(java.sql.CallableStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap callable statement
|
protected WrappedPreparedStatement |
wrapPreparedStatement(java.sql.PreparedStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap prepared statement
|
protected WrappedStatement |
wrapStatement(java.sql.Statement statement,
boolean spy,
java.lang.String jndiName)
Wrap statement
|
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, getXAResource, 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
isWrapperFor, unwrap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WrappedConnectionJDK6(BaseWrapperManagedConnection mc, boolean spy, java.lang.String jndiName)
mc
- the managed connectionspy
- The spy valuejndiName
- The jndi nameprotected WrappedStatement wrapStatement(java.sql.Statement statement, boolean spy, java.lang.String jndiName)
wrapStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi nameprotected WrappedPreparedStatement wrapPreparedStatement(java.sql.PreparedStatement statement, boolean spy, java.lang.String jndiName)
wrapPreparedStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi nameprotected WrappedCallableStatement wrapCallableStatement(java.sql.CallableStatement statement, boolean spy, java.lang.String jndiName)
wrapCallableStatement
in class WrappedConnection
statement
- The statementspy
- The spy valuejndiName
- The jndi nameCopyright ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)