public class AtomikosJdbcStatementProxy<StmtInterface extends java.sql.Statement> extends DynamicProxySupport<StmtInterface>
closed, delegate, proxiedMethods| Constructor and Description |
|---|
AtomikosJdbcStatementProxy(AbstractJdbcConnectionProxy connectionProxy,
StmtInterface delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
handleInvocationException(java.lang.Throwable e) |
protected void |
throwInvocationAfterClose(java.lang.String method) |
java.lang.String |
toString() |
callNativeMethod, createDynamicProxy, getClassLoadersToTry, getInterfaceClasses, getRequiredInterfaceType, invoke, markClosedpublic AtomikosJdbcStatementProxy(AbstractJdbcConnectionProxy connectionProxy, StmtInterface delegate)
protected void throwInvocationAfterClose(java.lang.String method)
throws java.lang.Exception
throwInvocationAfterClose in class DynamicProxySupport<StmtInterface extends java.sql.Statement>java.lang.Exceptionpublic void close()
throws java.sql.SQLException
java.sql.SQLExceptionprotected void handleInvocationException(java.lang.Throwable e)
throws java.lang.Throwable
handleInvocationException in class DynamicProxySupport<StmtInterface extends java.sql.Statement>java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.