public class OpenTracingXAResourceProxy extends DynamicProxySupport<XAResource>
closed, delegate, proxiedMethods| Constructor and Description |
|---|
OpenTracingXAResourceProxy(XAResource delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit(Xid xid,
boolean onePhase) |
void |
end(Xid xid,
int flags) |
protected Class |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
int |
prepare(Xid xid) |
void |
rollback(Xid xid) |
void |
start(Xid xid,
int flags) |
protected void |
throwInvocationAfterClose(String method) |
addIfNotNull, callNativeMethod, createDynamicProxy, getClassLoadersToTry, getInterfaceClasses, invoke, isProxyInstanceOfClass, markClosedpublic OpenTracingXAResourceProxy(XAResource delegate)
public int prepare(Xid xid) throws XAException
XAExceptionpublic void commit(Xid xid, boolean onePhase) throws XAException
XAExceptionpublic void rollback(Xid xid) throws XAException
XAExceptionpublic void start(Xid xid, int flags) throws XAException
XAExceptionpublic void end(Xid xid, int flags) throws XAException
XAExceptionprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class DynamicProxySupport<XAResource>Throwableprotected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class DynamicProxySupport<XAResource>Exceptionprotected Class getRequiredInterfaceType()
getRequiredInterfaceType in class DynamicProxySupport<XAResource>Copyright © 2026. All rights reserved.