public class AtomikosJdbcStatementProxy<StmtInterface extends Statement>
extends com.atomikos.util.DynamicProxySupport<StmtInterface>
| Constructor and Description |
|---|
AtomikosJdbcStatementProxy(AbstractJdbcConnectionProxy connectionProxy,
StmtInterface delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Class<StmtInterface> |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
protected void |
throwInvocationAfterClose(String method) |
String |
toString() |
public AtomikosJdbcStatementProxy(AbstractJdbcConnectionProxy connectionProxy, StmtInterface delegate)
protected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class com.atomikos.util.DynamicProxySupport<StmtInterface extends Statement>Exceptionpublic void close()
throws SQLException
SQLExceptionprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class com.atomikos.util.DynamicProxySupport<StmtInterface extends Statement>Throwableprotected Class<StmtInterface> getRequiredInterfaceType()
getRequiredInterfaceType in class com.atomikos.util.DynamicProxySupport<StmtInterface extends Statement>Copyright © 2023. All rights reserved.