bitronix.tm.resource.jdbc
Class JdbcUncachedPreparedStatementHandle
java.lang.Object
bitronix.tm.resource.jdbc.BaseProxyHandlerClass
bitronix.tm.resource.jdbc.JdbcUncachedPreparedStatementHandle
- All Implemented Interfaces:
- InvocationHandler
public class JdbcUncachedPreparedStatementHandle
- extends BaseProxyHandlerClass
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcUncachedPreparedStatementHandle
public JdbcUncachedPreparedStatementHandle(PreparedStatement delegate,
JdbcPooledConnection pooledConnection)
getProxiedDelegate
public Object getProxiedDelegate()
throws Exception
- Description copied from class:
BaseProxyHandlerClass
- Must be implemented by the sub-class of this class. This method
should return the "true" object to be delegated to in the case
that the method is not overridden by the sub-class.
- Specified by:
getProxiedDelegate
in class BaseProxyHandlerClass
- Returns:
- the true delegate object
- Throws:
Exception
- can throw any exception if desired
isWrapperFor
public boolean isWrapperFor(Class iface)
throws SQLException
- Throws:
SQLException
unwrap
public Object unwrap(Class iface)
throws SQLException
- Throws:
SQLException
close
public void close()
throws SQLException
- Throws:
SQLException
Copyright © 2006-2011 Bitronix Software. All Rights Reserved.